diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-13 20:55:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-13 20:55:14 +0000 |
commit | ce8f4845c69db8ede93a900b6982928ca75ee42c (patch) | |
tree | 8845a204b6adf66aa7f7c7b5d7e34325698b12d2 /perl-install/any.pm | |
parent | 7c23e41ede42f3458e9c2748f734b0392322f5c6 (diff) | |
download | drakx-ce8f4845c69db8ede93a900b6982928ca75ee42c.tar drakx-ce8f4845c69db8ede93a900b6982928ca75ee42c.tar.gz drakx-ce8f4845c69db8ede93a900b6982928ca75ee42c.tar.bz2 drakx-ce8f4845c69db8ede93a900b6982928ca75ee42c.tar.xz drakx-ce8f4845c69db8ede93a900b6982928ca75ee42c.zip |
drop loadlin handling
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 311fa1fd4..2d4f7dad7 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -142,8 +142,6 @@ sub setupBootloader { N_("Grub") => sub { $b->{methods}{grub} = 1; exists $b->{methods}{lilo} and $b->{methods}{lilo} = "lilo-menu" }), - if_(exists $b->{methods}{loadlin}, - N_("Boot from DOS/Windows (loadlin)") => sub { $b->{methods}{loadlin} = 1 }), if_(exists $b->{methods}{yaboot}, N_("Yaboot") => sub { $b->{methods}{yaboot} = 1 }), ); |