diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2010-05-03 22:05:25 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2010-05-03 22:05:25 +0000 |
commit | 00634b81ee5784cc870567d10013c40e5469ba95 (patch) | |
tree | 8af0550b3d2564855227f9e44f51f81e5bb788e1 | |
parent | 3066c29bda7b60f346319d21556b0595ab4d4afb (diff) | |
download | drakx-00634b81ee5784cc870567d10013c40e5469ba95.tar drakx-00634b81ee5784cc870567d10013c40e5469ba95.tar.gz drakx-00634b81ee5784cc870567d10013c40e5469ba95.tar.bz2 drakx-00634b81ee5784cc870567d10013c40e5469ba95.tar.xz drakx-00634b81ee5784cc870567d10013c40e5469ba95.zip |
include btrfs and crc32c modules in install (#59068)
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 2 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) ], diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f91df8316..ac37d947c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- include btrfs and crc32c modules in install (#59068) - diskdrake: o fix the crypto mountpoint checks for the create case o fix resize of active encrypted volumes |