summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2010-04-05 04:43:48 +0200
committermaximilian attems <maks@debian.org>2010-04-05 04:44:07 +0200
commit18afe4934f72eeec551b7a42fa8dc200f80ded42 (patch)
treeedfba3a5bdd5704fc1fbc100b0adfd5889d9d5d6 /hook-functions
parent17c98474779d1887909bd60acaba1690e7e439e0 (diff)
downloadinitramfs-tools-18afe4934f72eeec551b7a42fa8dc200f80ded42.tar.gz
initramfs-tools-18afe4934f72eeec551b7a42fa8dc200f80ded42.zip
hook-functions: Add btrfs to base modules
seems lots of people fancy it so lets add it. Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index cf41e42..b7c816c 100644
--- a/hook-functions
+++ b/hook-functions
@@ -396,7 +396,7 @@ auto_add_modules()
{
case "$1" in
base)
- for x in ehci-hcd ohci-hcd uhci-hcd usbhid ext2 \
+ for x in ehci-hcd ohci-hcd uhci-hcd usbhid btrfs ext2 \
ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs af_packet \
atkbd i8042 virtio_pci; do
manual_add_modules "${x}"