summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-11-01 00:55:59 +0100
committerDave Reisner <dreisner@archlinux.org>2011-11-15 01:11:09 +0100
commit8f6629fe9c4d9615f0265181f97d98c5d2457668 (patch)
treeed9023d0b354ad4110a127b2282790f30fd4625e
parentb0d88762fc06a100904c4559e3da285e4c78b0a0 (diff)
downloadmkinitcpio-8f6629fe9c4d9615f0265181f97d98c5d2457668.tar.gz
mkinitcpio-8f6629fe9c4d9615f0265181f97d98c5d2457668.tar.xz
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 <dreisner@archlinux.org>
-rw-r--r--init2
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