diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-05 18:37:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-05 18:37:04 +0000 |
commit | f9d52c5dd5f6191d3e4956ee040d0815f651cd1c (patch) | |
tree | fef399ab34fca959ffc455d634d9455966886bff /perl-install/any.pm | |
parent | d74b382be74ecebdaa914b146e7b893d36d62d56 (diff) | |
download | drakx-f9d52c5dd5f6191d3e4956ee040d0815f651cd1c.tar drakx-f9d52c5dd5f6191d3e4956ee040d0815f651cd1c.tar.gz drakx-f9d52c5dd5f6191d3e4956ee040d0815f651cd1c.tar.bz2 drakx-f9d52c5dd5f6191d3e4956ee040d0815f651cd1c.tar.xz drakx-f9d52c5dd5f6191d3e4956ee040d0815f651cd1c.zip |
kill everything regarding legacy ide-scsi (removed on january 2009, in 2.6.29)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 6fc75dc15..22a79e9fb 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -144,12 +144,6 @@ sub setupBootloaderBefore { $bootloader->{message_text} = delete $bootloader->{message}; } - #- remove previous ide-scsi lines - bootloader::modify_append($bootloader, sub { - my ($_simple, $dict) = @_; - @$dict = grep { $_->[1] ne 'ide-scsi' } @$dict; - }); - if (cat_("/proc/cmdline") =~ /mem=nopentium/) { bootloader::set_append_with_key($bootloader, mem => 'nopentium'); } |