diff options
author | Anne Nicolas <ennael@mageia.org> | 2015-04-07 08:31:15 +0200 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2015-04-07 08:31:15 +0200 |
commit | fc6d665a0159df241ea896a0f90bef3829d955b6 (patch) | |
tree | 6ab07899ba771df0ff0188cb1b96f8978319b5ab /images | |
parent | a2f529a25e405dee49be10cd59bcf24100dfaf35 (diff) | |
download | drakx-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')
-rwxr-xr-x | images/make_boot_img | 2 |
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); |