diff options
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/fs/type.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
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 |