From a7f4b647b4254ea2ebe9fbf32c354fab9c982664 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Jun 2016 18:09:44 +0200 Subject: fix selecting grub2 on !UEFI c/p typo in previous commit that was only tested with OVMF :-( --- perl-install/install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/any.pm') diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 20fd25bc3..7e843abe0 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -802,7 +802,7 @@ sub default_bootloader() { $p = 'grub2-efi'; } else { log::l("defaulting to grub"); - $p = 'grub2-efi'; + $p = 'grub2'; } [ $p ]; } -- cgit v1.2.1