[arch-projects] [PATCH 1/2] [mkinitcpio] Drop deprecated /proc/sys/kernel/hotplug

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Sat Apr 30 16:06:55 EDT 2011


Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 init |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/init b/init
index e230f82..7b81a1a 100644
--- a/init
+++ b/init
@@ -32,7 +32,6 @@ parse_cmdline
 # if available, start udevd at this stage
 if [ -x /sbin/udevd ]; then
     msg ":: Starting udevd..."
-    echo > /proc/sys/kernel/hotplug
     /sbin/udevd --daemon --resolve-names=never
     udevd_running=1
     msg "done."
-- 
1.7.5



More information about the arch-projects mailing list