]> pd.if.org Git - startuptools/blobdiff - scripts/rc.sysinit
set up mdev.seq in rc.sysinit
[startuptools] / scripts / rc.sysinit
index 20575e4bdc21bd53f534308c6b4bde40084a4e04..40c33b0256240163cd7059eef518c44843b248df 100644 (file)
@@ -66,6 +66,7 @@ status_check
 
 if [ -x /sbin/mdev ] && [ ! is_true "$USE_UDEVD" ]; then
        status_starting setting up mdev
+       echo > /dev/mdev.seq
        echo /sbin/mdev > /proc/sys/kernel/hotplug
        /sbin/mdev -s
        status_check