From 3722d4b9a92168cbacdd381d7511a0af6f89b9b7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 3 Feb 2010 23:38:08 +0000 Subject: (setupBootloader__general) make an advanced option out of 'ACPI' since it now works out of the box everywhere and it's now mainly a debug option --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index fa702bb6a..7c1673eae 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -422,7 +422,7 @@ sub setupBootloader__general { ), { 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' }, + { text => N("Enable ACPI"), val => \$force_acpi, type => 'bool', advanced => 1 }, { text => N("Enable SMP"), val => \$enable_smp, type => 'bool', advanced => 1 }, { text => N("Enable APIC"), val => \$enable_apic, type => 'bool', advanced => 1, disabled => sub { !$enable_lapic } }, -- cgit v1.2.1