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/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/type.pm') 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 { -- cgit v1.2.1