From 3eba5ff412ca1b693dfa4cef5cf63d5a775a35c8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 16 Jun 2016 15:27:34 +0200 Subject: fix inverted test (mga#18656, mga#18704) --- perl-install/fs/partitioning_wizard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index a48cdf987..6c709bc24 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -78,7 +78,7 @@ Then choose action ``Mount point'' and set it to `/'"), 1) or return; $ok = ''; } } else { - if (!fs::any::is_boot_bios_part_needed($all_hds, $fstab)) { + if (fs::any::is_boot_bios_part_needed($all_hds, $fstab)) { $in->ask_warn('', N("You must have a Boot BIOS partition")); $ok = ''; } -- cgit v1.2.1