From 00634b81ee5784cc870567d10013c40e5469ba95 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 3 May 2010 22:05:25 +0000 Subject: include btrfs and crc32c modules in install (#59068) --- kernel/list_modules.pm | 2 +- perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1