summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2005-10-24 09:44:04 +0200
committermaximilian attems <maks@debian.org>2005-10-24 09:44:04 +0200
commit3c777488c38d22c88ca9ca0547e48173aeee1fa7 (patch)
treec549058ecb477d21dd8908594988f09b6309c437 /hook-functions
parenta568d07a67b52e9f3176edac16000604bef49846 (diff)
downloadinitramfs-tools-3c777488c38d22c88ca9ca0547e48173aeee1fa7.tar.gz
initramfs-tools-3c777488c38d22c88ca9ca0547e48173aeee1fa7.zip
move the lvm bits to hooks/lvm.
allows to remove dependency on lvm as requested by several users.
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/hook-functions b/hook-functions
index 189db2e..0eab2a2 100644
--- a/hook-functions
+++ b/hook-functions
@@ -63,7 +63,7 @@ dep_add_modules()
{
# Things that are too hard to autodetect.
- for x in md raid0 raid1 raid5 raid6 ext2 ext3 isofs jfs nfs reiserfs xfs af_packet dm_mod; do
+ for x in md raid0 raid1 raid5 raid6 ext2 ext3 isofs jfs nfs reiserfs xfs af_packet; do
manual_add_modules "${x}"
done
@@ -99,7 +99,7 @@ dep_add_modules()
auto_add_modules()
{
# base
- for x in md raid0 raid1 raid5 raid6 ehci-hcd ohci-hcd uhci-hcd usbhid usb-storage ext2 ext3 isofs jfs nfs reiserfs xfs af_packet dm_mod; do
+ for x in md raid0 raid1 raid5 raid6 ehci-hcd ohci-hcd uhci-hcd usbhid usb-storage ext2 ext3 isofs jfs nfs reiserfs xfs af_packet; do
manual_add_modules "${x}"
done