From 4d115fcd91dcd07e6d8ddfc06948fd5c6678caf2 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 8 Mar 2006 12:21:40 +0000 Subject: [PATCH] rc: don't start floppy or at driver passwd: add games for nethack --- etc/passwd | 1 + etc/rc | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/etc/passwd b/etc/passwd index 832e145be..abb31f4d5 100755 --- a/etc/passwd +++ b/etc/passwd @@ -9,4 +9,5 @@ www:*:9:9:World Wide Web:/usr/www: driver:*:10:10:Device Drivers:/: server:*:11:11:OS Servers:/: sshd:*:22:22:sshd:/: +games:*:9998:98::/: nobody:*:9999:99::/tmp: diff --git a/etc/rc b/etc/rc index c92d61840..90847a5a7 100755 --- a/etc/rc +++ b/etc/rc @@ -48,12 +48,6 @@ start) # 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. - 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 cmos -dev /dev/cmos -period 5HZ echo . -- 2.44.0