summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-08-15 18:45:51 +0200
committermaximilian attems <maks@debian.org>2008-08-15 18:45:51 +0200
commit08f65e23a7fb7d4c4915b1381e3251e3b7d89098 (patch)
tree8672d6bee84f3c1482d1754e692a8d90d51800e2
parentab8a9ab6ca271a4244a275c7fc0074a2bdd7b986 (diff)
downloadinitramfs-tools-08f65e23a7fb7d4c4915b1381e3251e3b7d89098.tar.gz
initramfs-tools-08f65e23a7fb7d4c4915b1381e3251e3b7d89098.zip
auto_add_modules: Add ext4 and ext4dev
currently ext4 is named ext4dev, doesn't matter if it doesn't exit, just list it to be future proof for the lenny release. klibc fstype has already ext4dev support (closes: #494922)
-rw-r--r--hook-functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/hook-functions b/hook-functions
index 7d2e6da..8bbbbd4 100644
--- a/hook-functions
+++ b/hook-functions
@@ -317,8 +317,8 @@ auto_add_modules()
case "$1" in
base)
for x in ehci-hcd ohci-hcd uhci-hcd usbhid usb-storage ext2 \
- ext3 isofs jfs nfs reiserfs udf xfs af_packet atkbd i8042 \
- virtio_pci; do
+ ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs af_packet \
+ atkbd i8042 virtio_pci; do
manual_add_modules "${x}"
done
;;