From 35a3afdc2e83ef375291384acb61e4800374ceb6 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 9 Jan 2015 02:16:10 +0159 Subject: Revert "only grub2 supports uefi for now" This reverts commit 10f49c1ed61eb3d688f30c34cc5a321904f2971b. It does not work, needs more work. --- perl-install/bootloader.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 433e580aa..e20841951 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1241,12 +1241,10 @@ sub config_files() { sub method2text { my ($method) = @_; +{ - if_( ! is_uefi(), 'lilo-menu' => N("LILO with text menu"), + 'grub2' => N("GRUB2 with graphical menu"), 'grub-graphic' => N("GRUB with graphical menu"), 'grub-menu' => N("GRUB with text menu"), - ), - 'grub2' => N("GRUB2 with graphical menu"), }->{$method}; } -- cgit v1.2.1