aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2013-06-03 19:40:28 -0400
committerRichard Yao <ryao@cs.stonybrook.edu>2013-06-03 19:49:05 -0400
commitddf2c5b934da598d33f4db0457cc8806f86bba2d (patch)
tree757b538b9dc2136b2c6d0849fc13f35f773c2cc3 /defaults
parentAdd sysctl to busybox (diff)
downloadgenkernel-ddf2c5b934da598d33f4db0457cc8806f86bba2d.tar.gz
genkernel-ddf2c5b934da598d33f4db0457cc8806f86bba2d.tar.bz2
genkernel-ddf2c5b934da598d33f4db0457cc8806f86bba2d.zip
Fix /etc/modprobe.d regression
Commit 3a054014e880e5b1ff28e3d87767c45a073da6b5 replaced our modprobe with busybox's modprobe, which broke the code responsible for making options from /etc/modprobe.d work. We replace the old mechanism with a new one that copies /etc/modprobe.d to correct that. Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'defaults')
-rw-r--r--defaults/linuxrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc
index 4bbe5e27..9ea305b0 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -262,13 +262,6 @@ do
nounionfs)
USE_UNIONFS_NORMAL=0
;;
- *=*)
- case "${x%%=*}" in
- *.*)
- echo "${x#*.}" >> "/etc/module_options/${x%%.*}.conf"
- ;;
- esac
- ;;
esac
done