From 66a5e817f0cbba9c66b4be220f19914589a2b348 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 6 Apr 2015 16:00:38 +0259 Subject: - bootloader: o add 'noiswmd' to kernel command line to manage isw_ bios fakeraids with dmraid for now (instead of mdadm) --- perl-install/bootloader.pm | 1 + perl-install/install/NEWS | 3 +++ 2 files changed, 4 insertions(+) (limited to 'perl-install') 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) -- cgit v1.2.1