diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-24 01:43:20 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-24 02:11:17 +0200 |
commit | b9367aa2b65cc1d40eaf46cd296f1ef8876a212e (patch) | |
tree | c1ff8dd840d3e8c5111333b1e6e822115e44d2f2 /perl-install/any.pm | |
parent | 7df58eb142e5cc5121a7ec6639b4f4af25329511 (diff) | |
download | drakx-b9367aa2b65cc1d40eaf46cd296f1ef8876a212e.tar drakx-b9367aa2b65cc1d40eaf46cd296f1ef8876a212e.tar.gz drakx-b9367aa2b65cc1d40eaf46cd296f1ef8876a212e.tar.bz2 drakx-b9367aa2b65cc1d40eaf46cd296f1ef8876a212e.tar.xz drakx-b9367aa2b65cc1d40eaf46cd296f1ef8876a212e.zip |
kill an old useless ia64 check
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index d878766f5..81511e680 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -409,10 +409,8 @@ sub setupBootloader__general { { label => N("Bootloader"), title => 1 }, { label => N("Bootloader to use"), val => \$b->{method}, list => \@method_choices, format => \&bootloader::method2text }, - if_(arch() !~ /ia64/, { label => N("Boot device"), val => \$b->{boot}, list => \@boot_devices, format => sub { $boot_devices{$_[0]} }, disabled => sub { is_uefi() } }, - ), { 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 }, |