summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootloader.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index d6961f429..4cb72fb0c 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -359,6 +359,7 @@ sub read_grub2_install_sh() {
if ($s =~ m!(/dev/\S+)!m) {
$h{boot} = $1;
}
+ $h{no_esp_or_mbr} = $s =~ m!--grub-setup=/bin/true!;
%h;
}