From af07ba8055bf75d5b096b254b175bea01bca6ea9 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Mon, 6 Apr 2015 23:20:04 +0200 Subject: add "noiswmd" to kernel command line to allow dmraid to manage and start the devices --- images/make_boot_img | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 5d65049f8..211192038 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -12,6 +12,7 @@ my ($arch) = $Config{archname} =~ /(.*?)-/; my $default_append = ''; my $default_acpi = ''; my $default_vga = "vga=788 splash quiet"; +my $default_iswmd = "noiswmd"; my $timeout = 150; my $lib = $arch eq 'x86_64' ? 'lib64' : 'lib'; my $isolinux_bin = '/usr/lib/syslinux/isolinux.bin'; @@ -372,7 +373,7 @@ fallback 1 title Mageia Install root (hd0,0) -kernel /cooker/isolinux/alt0/vmlinuz $default_append $default_acpi $default_vga automatic=method:disk +kernel /cooker/isolinux/alt0/vmlinuz $default_append $default_acpi $default_vga $default_iswmd automatic=method:disk initrd /cooker/isolinux/alt0/all.rdz title Help -- cgit v1.2.1