summaryrefslogtreecommitdiffstats
path: root/kernel/list_modules.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2010-05-03 22:05:25 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-05-03 22:05:25 +0000
commit00634b81ee5784cc870567d10013c40e5469ba95 (patch)
tree8af0550b3d2564855227f9e44f51f81e5bb788e1 /kernel/list_modules.pm
parent3066c29bda7b60f346319d21556b0595ab4d4afb (diff)
downloaddrakx-backup-do-not-use-00634b81ee5784cc870567d10013c40e5469ba95.tar
drakx-backup-do-not-use-00634b81ee5784cc870567d10013c40e5469ba95.tar.gz
drakx-backup-do-not-use-00634b81ee5784cc870567d10013c40e5469ba95.tar.bz2
drakx-backup-do-not-use-00634b81ee5784cc870567d10013c40e5469ba95.tar.xz
drakx-backup-do-not-use-00634b81ee5784cc870567d10013c40e5469ba95.zip
include btrfs and crc32c modules in install (#59068)
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r--kernel/list_modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 6b893902e..6bc1d1881 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -191,7 +191,7 @@ our %l = (
loopback => [ qw(isofs loop squashfs) ],
local => [
if_(arch() =~ /^ppc/, qw(hfs)),
- qw(reiserfs reiser4 jfs xfs ntfs vfat ext3 ext4),
+ qw(reiserfs reiser4 jfs xfs ntfs vfat ext3 ext4 btrfs crc32c),
],
various => [ qw(romfs ufs unionfs) ],