diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-07 07:36:41 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-07 17:28:10 +0200 |
commit | ae5b3ce9845669227ef06c90dfaa1065a7ceebe8 (patch) | |
tree | e0f0abe44957a7c83f0cc3c0c2813aef50d08801 /perl-install | |
parent | 1663047db15a3cb0f9a45c7841eeff00536ff811 (diff) | |
download | drakx-ae5b3ce9845669227ef06c90dfaa1065a7ceebe8.tar drakx-ae5b3ce9845669227ef06c90dfaa1065a7ceebe8.tar.gz drakx-ae5b3ce9845669227ef06c90dfaa1065a7ceebe8.tar.bz2 drakx-ae5b3ce9845669227ef06c90dfaa1065a7ceebe8.tar.xz drakx-ae5b3ce9845669227ef06c90dfaa1065a7ceebe8.zip |
do not set noauto for /boot/EFI (mga#15627)
side effect of (side effect of commit 745849cdace7ed86ce12a9a7564bffb42edf0ef3)
Diffstat (limited to 'perl-install')
-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 |