From ae5b3ce9845669227ef06c90dfaa1065a7ceebe8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 7 May 2015 07:36:41 -0400 Subject: do not set noauto for /boot/EFI (mga#15627) side effect of (side effect of commit 745849cdace7ed86ce12a9a7564bffb42edf0ef3) --- perl-install/NEWS | 2 ++ perl-install/fs/type.pm | 2 +- perl-install/install/NEWS | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 6b166af95..c1762ba6d 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- diskdrake: + o do not set noauto for /boot/EFI (mga#15627) - harddrake: o fix detecting AHCI as SATA (mga#9992) o fix detecting some memory chips (mga#5810) diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 19725a82d..e1df877cd 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -376,7 +376,7 @@ sub guessed_by_mount() { } sub directories_needed_to_boot() { - qw(/ /usr /var /boot /tmp); + qw(/ /usr /var /boot /boot/EFI /tmp); } sub carry_root_loopback { diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 687d6a48c..5487afa28 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,7 @@ - log grub2 install.sh in report.bug like for grub (mga#15857) - always log update-grub2 output (mga#15857) +- partitioning: + o do not set noauto for /boot/EFI (mga#15627) Version 16.91 - 3 May 2015 -- cgit v1.2.1