diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-27 23:27:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-27 23:27:56 +0000 |
commit | 0499c68e443c74e470e2fd5027524717297d033d (patch) | |
tree | 9b8e98fa64e5a0819d5b7b07a37cb8682bc4a61d /perl-install/bootloader.pm | |
parent | ab005c9baf1c6065d4fdfad3983ff37fd6acb714 (diff) | |
download | drakx-0499c68e443c74e470e2fd5027524717297d033d.tar drakx-0499c68e443c74e470e2fd5027524717297d033d.tar.gz drakx-0499c68e443c74e470e2fd5027524717297d033d.tar.bz2 drakx-0499c68e443c74e470e2fd5027524717297d033d.tar.xz drakx-0499c68e443c74e470e2fd5027524717297d033d.zip |
:x
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r-- | perl-install/bootloader.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index feac63642..743d8aafd 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -362,7 +362,6 @@ sub suggest { timeout => $onmbr && 10, nowarn => 1, if_(arch() !~ /ia64/, - lba32 => 1, boot => "/dev/" . ($onmbr ? $hds->[0]{device} : fsedit::get_root($fstab, 'boot')->{device}), map => "/boot/map", ), @@ -706,9 +705,6 @@ sub write_lilo_conf { my ($lilo, $fstab, $hds) = @_; $lilo->{prompt} = $lilo->{timeout}; - delete $lilo->{linear} if $lilo->{lba32}; - $lilo->{geometric} = !$lilo->{lba32} && !$lilo->{linear} if arch() !~ /ia64/; - my $file2fullname = sub { my ($file) = @_; if (arch() =~ /ia64/) { |