diff options
| author | maximilian attems <maks@debian.org> | 2005-10-21 18:38:32 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2005-10-21 18:38:32 +0200 |
| commit | bee1355e2c21a86751648b6f0df8a6e4e4e5a45d (patch) | |
| tree | ff9417ae160318842fbd5a197f3b07883f4a078e /hook-functions | |
| parent | 762c80e985a461a6d37f395696204184ec1f1d64 (diff) | |
| download | initramfs-tools-bee1355e2c21a86751648b6f0df8a6e4e4e5a45d.tar.gz initramfs-tools-bee1355e2c21a86751648b6f0df8a6e4e4e5a45d.zip | |
added latest upstream fixes :-)
Diffstat (limited to 'hook-functions')
| -rw-r--r-- | hook-functions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hook-functions b/hook-functions index c06d3e9..cb424d4 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 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 dm_mod; 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 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 dm_mod; do manual_add_modules ${x} done |
