summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-04-06 16:00:38 +0259
committerThomas Backlund <tmb@mageia.org>2015-04-06 16:00:38 +0259
commit66a5e817f0cbba9c66b4be220f19914589a2b348 (patch)
tree634dfd7c6f9851271cc4db9366982f4f36a0a241 /perl-install
parentcf5a7c9c63df21782c3c10cce9a0d810278755ce (diff)
downloaddrakx-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)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/bootloader.pm1
-rw-r--r--perl-install/install/NEWS3
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)