summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2015-04-07 08:31:15 +0200
committerAnne Nicolas <ennael@mageia.org>2015-04-07 08:31:15 +0200
commitfc6d665a0159df241ea896a0f90bef3829d955b6 (patch)
tree6ab07899ba771df0ff0188cb1b96f8978319b5ab /images/make_boot_img
parenta2f529a25e405dee49be10cd59bcf24100dfaf35 (diff)
downloaddrakx-fc6d665a0159df241ea896a0f90bef3829d955b6.tar
drakx-fc6d665a0159df241ea896a0f90bef3829d955b6.tar.gz
drakx-fc6d665a0159df241ea896a0f90bef3829d955b6.tar.bz2
drakx-fc6d665a0159df241ea896a0f90bef3829d955b6.tar.xz
drakx-fc6d665a0159df241ea896a0f90bef3829d955b6.zip
really add $default_iswmd variable in syslinux configuration
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index 211192038..f83dc532d 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -200,7 +200,7 @@ sub syslinux_cfg_all {
} entries_append($type)),
(map_index {
{ label => "$arch", kernel => "$arch/vmlinuz", initrd => "$arch/all.rdz",
- append => join(' ', grep { $_ } $default_append, $default_acpi, $default_vga) };
+ append => join(' ', grep { $_ } $default_append, $default_acpi, $default_vga, $default_iswmd) };
} @kernels),
{ label => 'memtest', kernel => 'memtest' },
], $b_gfxboot);