From d2936d62c12666a6bdb789936c415ce059115d27 Mon Sep 17 00:00:00 2001 From: ennael Date: Fri, 25 Oct 2013 14:41:25 +0200 Subject: do not use arch dependant isolinux.bin anymore --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') diff --git a/images/make_boot_img b/images/make_boot_img index 91473d6a8..35a00cc30 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -14,7 +14,7 @@ my $default_acpi = ''; my $default_vga = "vga=788 splash quiet"; my $timeout = 150; my $lib = $arch eq 'x86_64' ? 'lib64' : 'lib'; -my $isolinux_bin = '/usr/lib/syslinux/isolinux-' . ($arch eq 'x86_64' ? 'x86_64' : 'i586') . '.bin'; +my $isolinux_bin = '/usr/lib/syslinux/isolinux.bin'; my $tmp_mnt = '/tmp/drakx_mnt'; my $tmp_initrd = '/tmp/drakx_initrd'; -- cgit v1.2.1