diff --git a/etc/rc b/etc/rc index b3c5e56f2..8978c1a4b 100755 --- a/etc/rc +++ b/etc/rc @@ -31,6 +31,8 @@ esac case $action in start) + echo "Multiuser startup in progress ..." + # National keyboard? test -f /etc/keymap && loadkeys /etc/keymap @@ -120,7 +122,6 @@ Mount $usr /usr failed -- Single user." esac # Things should be alright now. - echo;echo "Multiuser startup in progress." esac # Further initialization.