summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
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 } },