diff options
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; } |