aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2007-10-05 17:22:20 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2007-10-05 17:22:20 +0000
commitf29f8e3282c851c333dd0a03ef3df1eb7c57fff0 (patch)
tree8fe8a99c51d8caae268d81e2efc3813cd99deeb2 /gen_initramfs.sh
parentcd out of directory to be deleted for bug 194695. Thanks to Asmund Grammeltve... (diff)
downloadgenkernel-f29f8e3282c851c333dd0a03ef3df1eb7c57fff0.tar.gz
genkernel-f29f8e3282c851c333dd0a03ef3df1eb7c57fff0.tar.bz2
genkernel-f29f8e3282c851c333dd0a03ef3df1eb7c57fff0.zip
remove generic/modprobe and all supporting code, since busybox has modprobe
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@546 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'gen_initramfs.sh')
-rw-r--r--gen_initramfs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 49d44ea..f90cf6c 100644
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -367,12 +367,6 @@ append_auxilary() {
done
echo '"' >> "${TEMP}/initramfs-aux-temp/etc/initrd.defaults"
- if [ -f "${GK_SHARE}/${ARCH}/modprobe" ]
- then
- cp "${GK_SHARE}/${ARCH}/modprobe" "${TEMP}/initramfs-aux-temp/sbin/modprobe"
- else
- cp "${GK_SHARE}/generic/modprobe" "${TEMP}/initramfs-aux-temp/sbin/modprobe"
- fi
if isTrue $CMD_DOKEYMAPAUTO
then
echo 'MY_HWOPTS="${MY_HWOPTS} keymap"' >> ${TEMP}/initramfs-aux-temp/etc/initrd.defaults
@@ -402,7 +396,6 @@ append_auxilary() {
chmod +x "${TEMP}/initramfs-aux-temp/init"
chmod +x "${TEMP}/initramfs-aux-temp/etc/initrd.scripts"
chmod +x "${TEMP}/initramfs-aux-temp/etc/initrd.defaults"
- chmod +x "${TEMP}/initramfs-aux-temp/sbin/modprobe"
cd "${TEMP}/initramfs-aux-temp/"
find . -print | cpio ${CPIO_ARGS} --append -F "${CPIO}"
cd "${TEMP}"