From fc6d665a0159df241ea896a0f90bef3829d955b6 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Tue, 7 Apr 2015 08:31:15 +0200 Subject: really add $default_iswmd variable in syslinux configuration --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') 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); -- cgit v1.2.1