summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2015-05-04 23:15:00 +0200
committerAnne Nicolas <ennael@mageia.org>2015-05-04 23:15:00 +0200
commit3060f5f8ac2aa8c2c2761d2605b022055b7679df (patch)
treeac69b2fbdf456a976b37f3d2d7d4e59841500ede /images/make_boot_img
parent9098ac03f938e81cba0ef8dae976cf3e6835c70b (diff)
downloaddrakx-3060f5f8ac2aa8c2c2761d2605b022055b7679df.tar
drakx-3060f5f8ac2aa8c2c2761d2605b022055b7679df.tar.gz
drakx-3060f5f8ac2aa8c2c2761d2605b022055b7679df.tar.bz2
drakx-3060f5f8ac2aa8c2c2761d2605b022055b7679df.tar.xz
drakx-3060f5f8ac2aa8c2c2761d2605b022055b7679df.zip
add noiswmd to all entries un isolinux.cfg
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img4
1 files changed, 2 insertions, 2 deletions
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",
);