From 3060f5f8ac2aa8c2c2761d2605b022055b7679df Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Mon, 4 May 2015 23:15:00 +0200 Subject: add noiswmd to all entries un isolinux.cfg --- images/make_boot_img | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index e9544d8f6..4df1b4794 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -182,8 +182,8 @@ sub entries_append { rescue => "audit=0 rescue", ); my @entries = ( - (map { $_->[0] => "$automatic$default_acpi $_->[1]" } group_by2(@simple_entries)), - noacpi => "$automatic$default_vga acpi=off", + (map { $_->[0] => "$automatic$default_acpi $default_iswmd $_->[1]" } group_by2(@simple_entries)), + noacpi => "$automatic$default_vga $default_iswmd acpi=off", # restore => "$automatic$default_vga restore", ); -- cgit v1.2.1