summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-07-05 01:52:37 +0200
committermaximilian attems <maks@debian.org>2008-07-05 01:52:37 +0200
commit8bba9c14e6f887ae7300250b816697aa7e3441fa (patch)
tree7bb025f71a4315df87e2e51c7167584c5a71720b
parent7658bb55a237cee7663bdcdc452899d7ab3a23b6 (diff)
downloadinitramfs-tools-8bba9c14e6f887ae7300250b816697aa7e3441fa.tar.gz
initramfs-tools-8bba9c14e6f887ae7300250b816697aa7e3441fa.zip
Add udf for MODULES=most
ubuntu merge
-rw-r--r--hook-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index ad7a4b2..3975cd9 100644
--- a/hook-functions
+++ b/hook-functions
@@ -316,7 +316,7 @@ 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 xfs af_packet atkbd i8042 \
+ ext3 isofs jfs nfs reiserfs udf xfs af_packet atkbd i8042 \
virtio_pci; do
manual_add_modules "${x}"
done