Relocated echo "Multiuser startup in progress ..." to top.
This commit is contained in:
parent
4a2817cea1
commit
90b80ad31e
1 changed files with 2 additions and 1 deletions
3
etc/rc
3
etc/rc
|
@ -31,6 +31,8 @@ esac
|
||||||
|
|
||||||
case $action in
|
case $action in
|
||||||
start)
|
start)
|
||||||
|
echo "Multiuser startup in progress ..."
|
||||||
|
|
||||||
# National keyboard?
|
# National keyboard?
|
||||||
test -f /etc/keymap && loadkeys /etc/keymap
|
test -f /etc/keymap && loadkeys /etc/keymap
|
||||||
|
|
||||||
|
@ -120,7 +122,6 @@ Mount $usr /usr failed -- Single user."
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Things should be alright now.
|
# Things should be alright now.
|
||||||
echo;echo "Multiuser startup in progress."
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Further initialization.
|
# Further initialization.
|
||||||
|
|
Loading…
Reference in a new issue