diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-23 22:04:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-23 22:04:50 +0000 |
commit | 91b368cd2068aa9393de4b4686c60ad73aa8bbca (patch) | |
tree | 8c955e584d878b66b2db074f40c5f9d932245655 /perl-install/install_steps_interactive.pm | |
parent | 0010e0c26d8674bd8a49babfbe84958d30ea4be6 (diff) | |
download | drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.tar drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.tar.gz drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.tar.bz2 drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.tar.xz drakx-91b368cd2068aa9393de4b4686c60ad73aa8bbca.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 78b5f68c3..93add6ea7 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -718,7 +718,7 @@ sub setupLILO { my @l = ( _("Boot device") => { val => \$b->{boot}, list => [ map { "/dev/$_" } (map { $_->{device} } @{$o->{hds}}, @{$o->{fstab}}), detect_devices::floppies ], not_edit => !$::expert }, -_("Linear (needed for some SCSI drives)") => { val => \$b->{linear}, type => "bool", text => _("linear") }, +_("LBA (doesn't work on old BIOSes)") => { val => \$b->{lba32}, type => "bool", text => "lba" }, _("Compact") => { val => \$b->{compact}, type => "bool", text => _("compact") }, _("Delay before booting default image") => \$b->{timeout}, _("Video mode") => { val => \$b->{vga}, list => [ keys %lilo::vga_modes ], not_edit => $::beginner }, |