From afe80e65e4488eb70bc439704ea208454b07abb6 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 4 Jun 2010 14:01:44 +0000 Subject: fix loading of btrfs module --- perl-install/NEWS | 1 + perl-install/install/NEWS | 1 + perl-install/modules.pm | 1 + 3 files changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 447689959..30232777c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -3,6 +3,7 @@ Version 13.33 - 4 June 2010 - lookup major:minor of devices outside $::prefix - display lock icon for not enabled dmcrypt too - disable dmcrypt before deleting partition, evin if inside lvm/raid +- fix loading of btrfs module Version 13.32 - 2 June 2010 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 4c7b13e0a..f6d673314 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -4,6 +4,7 @@ Version 13.33 - 4 June 2010 - display lock icon for not enabled dmcrypt too - disable dmcrypt before deleting partition, evin if inside lvm/raid - don't crash when starting stage2 with an RTL locale +- fix loading of btrfs module Version 13.32 - 2 June 2010 diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 2439c758b..c17d52a30 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -94,6 +94,7 @@ sub load_with_options { my @l = map { if_(member($_, 'plip', @parallel_zip_modules), 'parport_pc'), if_($_ eq 'vfat', 'nls_cp437', 'nls_iso8859_1'), + if_($_ eq 'btrfs', 'crc32c', 'crc32c-intel'), dependencies_closure(cond_mapping_24_26($_)); } @$l; -- cgit v1.2.1