diff options
-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 |