diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs/any.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
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 |