]> pd.if.org Git - startuptools/blobdiff - scripts/rc.sysinit
added check for network device
[startuptools] / scripts / rc.sysinit
index 1ecc8522de54a23dfd51a0a796c14b2fd09fa6d0..46794a6c3cf4405a14e5475b44029ee5ebaa2125 100644 (file)
@@ -39,11 +39,8 @@ mountpoint -q /dev/pts &&
 mountpoint -q /dev/shm
 status_check
 
-#status_begin mounting virtual filesystems
-#mount /proc &&
-#mount /sys &&
-#mount /dev
-#status_check
+# bash seems to rely on this
+ln -s /proc/self/fd /dev/fd
 
 # * set the host name
 status_begin Setting hostname
@@ -71,10 +68,14 @@ status_begin remounting root filesystem rw
 mount -o remount,rw /
 status_check
 
+status_begin running depmod
+depmod
+status_check
+
 # set up /dev
 
 if [ -x /sbin/mdev ] && ! is_true "$USE_UDEV" ; then
-       status_starting setting up mdev
+       status_begin setting up mdev
        echo > /dev/mdev.seq
        echo /sbin/mdev > /proc/sys/kernel/hotplug
        /sbin/mdev -s
@@ -124,10 +125,9 @@ fi
 
 swapon -a
 
-
 # mount any remaining filesystems
 status_begin mounting remaining filesystems
-mount -a -t noproc,sysfs,devtmpfs,devpts
+mount -a -t noproc,sysfs,devtmpfs,devpts,tmpfs
 status_check
 
 rm -f /etc/mtab