Minor changes.
This commit is contained in:
parent
897a035077
commit
3cb000654a
3
etc/rc
3
etc/rc
@ -47,14 +47,13 @@ esac
|
||||
case $action in
|
||||
start)
|
||||
echo ""
|
||||
echo "Multiuser startup in progress ..."
|
||||
echo -n "Multiuser startup in progress ...:"
|
||||
|
||||
# National keyboard?
|
||||
test -f /etc/keymap && loadkeys /etc/keymap
|
||||
|
||||
# Start crucial system services. The floppy driver *must* be loaded
|
||||
# first, as it needs memory below 16MB in order to do ISA DMA.
|
||||
echo -n "Starting services:"
|
||||
if [ ! "`sysenv label`" = "FLOPPY" ]
|
||||
then up floppy "" /dev/fd0
|
||||
else up at_wini "" /dev/c0d0
|
||||
|
||||
@ -80,7 +80,7 @@ start)
|
||||
rm -rf /tmp/. /usr/run/. /usr/spool/lpd/. /usr/spool/locks/.
|
||||
|
||||
# Start servers and drivers set at the boot monitor.
|
||||
echo -n "More services:"
|
||||
echo -n "Starting services:"
|
||||
up random "" /dev/random
|
||||
|
||||
# load random number generator
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user