]> pd.if.org Git - startuptools/blobdiff - scripts/rc.sysinit
add initial mdev -s
[startuptools] / scripts / rc.sysinit
index 3a0e37944692941943afd8528a0755c580a022de..20575e4bdc21bd53f534308c6b4bde40084a4e04 100644 (file)
@@ -61,16 +61,19 @@ status_begin loading sysctl.conf
 sysctl -q -p
 status_check
 
-# * set up /dev
 
-if [ -x /bin/mdev ] && [ ! is_true "$USE_UDEVD" ]; then
-       echo /bin/mdev > /proc/sys/kernel/hotplug
+# set up /dev
+
+if [ -x /sbin/mdev ] && [ ! is_true "$USE_UDEVD" ]; then
+       status_starting setting up mdev
+       echo /sbin/mdev > /proc/sys/kernel/hotplug
+       /sbin/mdev -s
+       status_check
 elif [ -x /sbin/udevd ]; then
        ##
        ## begin voodoo scripting from lfs-initscripts
        ##
 
-
        # udev will handle hotplugs
        echo > /proc/sys/kernel/hotplug
 
@@ -97,7 +100,7 @@ elif [ -x /sbin/udevd ]; then
        status_begin 'waiting for udevadm to settle'
        udevadm settle
        status_check
-       #      fi
+       # fi
 
        # If any LVM based partitions are on the system, ensure they
        # are activated so they can be used.