[arch-projects] [mkinitcpio][PATCH 03/11] init: don't tell the kernel about the path to modprobe

Dave Reisner d at falconindy.com
Fri Nov 11 21:55:13 EST 2011


Remove this ancient relic. It's not been needed in a very long time.

Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 init |    2 --
 1 files changed, 0 insertions(+), 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
 
-- 
1.7.7.3



More information about the arch-projects mailing list