From 08f65e23a7fb7d4c4915b1381e3251e3b7d89098 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Fri, 15 Aug 2008 18:45:51 +0200 Subject: 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) --- hook-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hook-functions') 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 ;; -- cgit v1.2.3