diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-20 19:08:43 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-20 19:08:43 +0000 |
commit | 9e081044a54e5d34b23446c42cac89bcf1fa8fab (patch) | |
tree | f24b963931af2a948fc05b8fe86ae9f62c0c487c | |
parent | c175b5ea86674f9913e5b106421305b07bbeced2 (diff) | |
download | drakx-backup-do-not-use-9e081044a54e5d34b23446c42cac89bcf1fa8fab.tar drakx-backup-do-not-use-9e081044a54e5d34b23446c42cac89bcf1fa8fab.tar.gz drakx-backup-do-not-use-9e081044a54e5d34b23446c42cac89bcf1fa8fab.tar.bz2 drakx-backup-do-not-use-9e081044a54e5d34b23446c42cac89bcf1fa8fab.tar.xz drakx-backup-do-not-use-9e081044a54e5d34b23446c42cac89bcf1fa8fab.zip |
cows go møøh
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 779f8fd11..c4325e74f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -261,7 +261,7 @@ sub setupBootloader__general { { label => N("Video mode"), val => \$b->{vga}, list => [ keys %bootloader::vga_modes ], not_edit => !$::expert, format => sub { $bootloader::vga_modes{$_[0]} }, advanced => 1 }, ), { label => N("Delay before booting default image"), val => \$b->{timeout} }, - { label => N("Force ACPI"), val => \$force_acpi, type => 'bool' }, + { label => N("Enable ACPI"), val => \$force_acpi, type => 'bool' }, { label => N("Force No APIC"), val => \$force_noapic, type => 'bool' }, if_($security >= 4 || $b->{password} || $b->{restricted}, { label => N("Password"), val => \$b->{password}, hidden => 1 }, |