From 05b7411b8c549890302661a6fff2172cd83c0105 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 1 Apr 2014 20:48:14 +0000 Subject: [PATCH] set up mdev.seq in rc.sysinit --- scripts/rc.sysinit | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rc.sysinit b/scripts/rc.sysinit index 20575e4..40c33b0 100644 --- a/scripts/rc.sysinit +++ b/scripts/rc.sysinit @@ -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 -- 2.40.0