rc: don't start floppy or at driver
passwd: add games for nethack
This commit is contained in:
parent
167ea0faa5
commit
4d115fcd91
@ -9,4 +9,5 @@ www:*:9:9:World Wide Web:/usr/www:
|
|||||||
driver:*:10:10:Device Drivers:/:
|
driver:*:10:10:Device Drivers:/:
|
||||||
server:*:11:11:OS Servers:/:
|
server:*:11:11:OS Servers:/:
|
||||||
sshd:*:22:22:sshd:/:
|
sshd:*:22:22:sshd:/:
|
||||||
|
games:*:9998:98::/:
|
||||||
nobody:*:9999:99::/tmp:
|
nobody:*:9999:99::/tmp:
|
||||||
|
6
etc/rc
6
etc/rc
@ -48,12 +48,6 @@ start)
|
|||||||
# National keyboard?
|
# National keyboard?
|
||||||
test -f /etc/keymap && loadkeys /etc/keymap
|
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.
|
|
||||||
if [ ! "`sysenv label`" = "FLOPPY" ]
|
|
||||||
then up floppy -dev /dev/fd0 -period 5HZ
|
|
||||||
else up at_wini -dev /dev/c0d0 -period 5HZ
|
|
||||||
fi
|
|
||||||
up is -period 5HZ
|
up is -period 5HZ
|
||||||
up cmos -dev /dev/cmos -period 5HZ
|
up cmos -dev /dev/cmos -period 5HZ
|
||||||
echo .
|
echo .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user