diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-04-06 16:00:38 +0259 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-04-06 16:00:38 +0259 |
commit | 66a5e817f0cbba9c66b4be220f19914589a2b348 (patch) | |
tree | 634dfd7c6f9851271cc4db9366982f4f36a0a241 | |
parent | cf5a7c9c63df21782c3c10cce9a0d810278755ce (diff) | |
download | drakx-66a5e817f0cbba9c66b4be220f19914589a2b348.tar drakx-66a5e817f0cbba9c66b4be220f19914589a2b348.tar.gz drakx-66a5e817f0cbba9c66b4be220f19914589a2b348.tar.bz2 drakx-66a5e817f0cbba9c66b4be220f19914589a2b348.tar.xz drakx-66a5e817f0cbba9c66b4be220f19914589a2b348.zip |
- bootloader:
o add 'noiswmd' to kernel command line to manage isw_ bios
fakeraids with dmraid for now (instead of mdadm)
-rw-r--r-- | perl-install/bootloader.pm | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 75990bf40..afd4d78ec 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1153,6 +1153,7 @@ sub suggest { if_($options{vga_fb}, vga => $options{vga_fb}), #- using framebuffer if_($options{vga_fb} && $options{splash}, append => "splash"), if_($options{quiet}, append => "splash quiet"), + if_($::isInstall, append => "noiswmd"), }); if ($options{vga_fb} && $e->{label} eq 'linux') { diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 61e35ddd0..28019289f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- bootloader: + o add 'noiswmd' to kernel command line to manage isw_ bios + fakeraids with dmraid for now (instead of mdadm) - partitioning wizard: o do not offer to select RAID as it result in a crash (mga#5800) |