]> pd.if.org Git - startuptools/commitdiff
set up mdev.seq in rc.sysinit
authorNathan Wagner <nw@hydaspes.if.org>
Tue, 1 Apr 2014 20:48:14 +0000 (20:48 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 1 Apr 2014 20:48:14 +0000 (20:48 +0000)
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
 
 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
        echo /sbin/mdev > /proc/sys/kernel/hotplug
        /sbin/mdev -s
        status_check