From 10f49c1ed61eb3d688f30c34cc5a321904f2971b Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 8 Jan 2015 21:10:36 +0159 Subject: only grub2 supports uefi for now --- perl-install/bootloader.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 7ca1fdbf5..0924d7bac 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1241,10 +1241,12 @@ 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