From 83f95b77693febe6c593ae35d3e50126270c96c2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 3 Jul 2016 16:36:49 +0200 Subject: re-enable "Boot device" under UEFI --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/any.pm b/perl-install/any.pm index c396a1b05..9ffac9448 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -415,7 +415,7 @@ sub setupBootloader__general { { label => N("Bootloader to use"), val => \$b->{method}, list => \@method_choices, format => \&bootloader::method2text }, { label => N("Boot device"), val => \$b->{boot}, list => \@boot_devices, allow_empty_list => 1, - format => sub { $boot_devices{$_[0]} }, disabled => sub { is_uefi() } }, + format => sub { $boot_devices{$_[0]} } }, { label => N("Main options"), title => 1 }, { label => N("Delay before booting default image"), val => \$b->{timeout} }, { text => N("Enable ACPI"), val => \$force_acpi, type => 'bool', advanced => 1 }, -- cgit v1.2.1