diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-07-28 16:18:04 -0700 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-07-28 16:18:04 -0700 |
commit | d5b1e6a9852b18010f24c2f47edfff5daa221cf1 (patch) | |
tree | fd8e8f42b4b88465e41fab06419fab89373e87a0 /gen_moddeps.sh | |
parent | Moving files from generic to defaults, since they are the defaults used globa... (diff) | |
download | genkernel-d5b1e6a9852b18010f24c2f47edfff5daa221cf1.tar.gz genkernel-d5b1e6a9852b18010f24c2f47edfff5daa221cf1.tar.bz2 genkernel-d5b1e6a9852b18010f24c2f47edfff5daa221cf1.zip |
Removed all references to an initrd and renamed most initr{d,amfs} stuff to simply 'ramdisk' to simplify things for the future.
Diffstat (limited to 'gen_moddeps.sh')
-rw-r--r-- | gen_moddeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_moddeps.sh b/gen_moddeps.sh index fa550e51..97216d0d 100644 --- a/gen_moddeps.sh +++ b/gen_moddeps.sh @@ -60,7 +60,7 @@ gen_deps() gen_dep_list() { - if [ "${ALLINITRDMODULES}" = "1" ]; then + if [ "${ALLRAMDISKMODULES}" = "1" ]; then strip_mod_paths $(find "${INSTALL_MOD_PATH}/lib/modules/${KV}" -name "*$(modules_kext)") | sort else local group_modules |