diff options
author | Anne Nicolas <ennael@mageia.org> | 2015-05-04 23:15:00 +0200 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2015-05-04 23:15:00 +0200 |
commit | 3060f5f8ac2aa8c2c2761d2605b022055b7679df (patch) | |
tree | ac69b2fbdf456a976b37f3d2d7d4e59841500ede /images | |
parent | 9098ac03f938e81cba0ef8dae976cf3e6835c70b (diff) | |
download | drakx-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')
-rwxr-xr-x | images/make_boot_img | 4 |
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", ); |