From ebeb5194b62649d2b396eac8c97f6ad3bbc772f3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 4 Mar 2020 04:51:04 +0100 Subject: skip disk ESP & BIOS boot partition checks they now block local install with drakx-in-chroot --- perl-install/fs/any.pm | 2 +- perl-install/install/NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/fs/any.pm b/perl-install/fs/any.pm index ba45c7bdc..ce4de2ca3 100644 --- a/perl-install/fs/any.pm +++ b/perl-install/fs/any.pm @@ -70,7 +70,7 @@ sub check_hds_boot_and_root { my ($all_hds, $fstab, $isUpgrade, $o_match_all_hardware) = @_; fs::get::root_($fstab) or die "Oops, no root partition"; - return if $o_match_all_hardware; + return if $o_match_all_hardware || $::local_install; if (is_uefi()) { if (!fs::get::has_mntpoint("/boot/EFI", $all_hds)) { diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index a86bd9668..d4bc3b550 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,6 @@ - write ISO date to installer log +- drakx-in-chroot: + o skip disk ESP & BIOS boot partition checks - partitioning: o make reformating nilfs2 fses to work - sync list for modules needing firmware with kernel 5.5 -- cgit v1.2.1