From b7cfccdd4130b0259ec193fb2cd58d6dd4ad5bc7 Mon Sep 17 00:00:00 2001 From: ennael Date: Tue, 22 Oct 2013 13:44:12 +0200 Subject: copy images in $arch directory instead of alt0 for new syslinux --- images/make_boot_img | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 835b0e6f5..45c1f26c8 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -237,10 +237,10 @@ sub syslinux_cfg_all { syslinux_cfg([ (map { - { kernel => 'alt0/vmlinuz', initrd => 'alt0/all.rdz', %$_ }; + { kernel => "$arch/vmlinuz", initrd => "$arch/all.rdz", %$_ }; } entries_append($type)), (map_index { - { label => "alt$::i", kernel => "alt$::i/vmlinuz", initrd => "alt$::i/all.rdz", + { label => "$arch", kernel => "$arch/vmlinuz", initrd => "$arch/all.rdz", append => join(' ', grep { $_ } $default_append, $default_acpi, $default_vga) }; } @kernels), { label => 'memtest', kernel => 'memtest' }, -- cgit v1.2.1