From 8f6629fe9c4d9615f0265181f97d98c5d2457668 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 31 Oct 2011 19:55:59 -0400 Subject: init: don't tell the kernel about the path to modprobe Remove this ancient relic. It's not been needed in a very long time. Signed-off-by: Dave Reisner --- init | 2 -- 1 file changed, 2 deletions(-) diff --git a/init b/init index c185375..6787060 100644 --- a/init +++ b/init @@ -23,8 +23,6 @@ else fi mount -t tmpfs run /run -o nosuid,nodev,mode=755,size=10M -echo "/sbin/modprobe" > /proc/sys/kernel/modprobe - # parse the kernel command line parse_cmdline -- cgit v1.2.3-24-g4f1b