From ce14b9c2e09ed189803917f11eb2a902285f46f1 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 1 Apr 2014 20:28:09 +0000 Subject: [PATCH] mdev in /sbin --- scripts/rc.sysinit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/rc.sysinit b/scripts/rc.sysinit index 3a0e379..0751a6e 100644 --- a/scripts/rc.sysinit +++ b/scripts/rc.sysinit @@ -63,8 +63,8 @@ status_check # * set up /dev -if [ -x /bin/mdev ] && [ ! is_true "$USE_UDEVD" ]; then - echo /bin/mdev > /proc/sys/kernel/hotplug +if [ -x /sbin/mdev ] && [ ! is_true "$USE_UDEVD" ]; then + echo /sbin/mdev > /proc/sys/kernel/hotplug elif [ -x /sbin/udevd ]; then ## ## begin voodoo scripting from lfs-initscripts @@ -97,7 +97,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. -- 2.40.0