From b4c326b5bd2c3f34f38f6b2c1777512fd69d2da7 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 10 May 2016 22:53:23 +0300 Subject: Revert "switch back to arch dependant for isolinux.bin (mga#17771)" This reverts commit 2261d82163ebf43ca8f90d571ef6222f3a7b0192. Already reverted in SVN --- images/make_boot_img | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 32f9cab37..d4cda303a 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -14,10 +14,7 @@ my $default_acpi = ''; my $default_vga = "vga=788 splash quiet"; my $default_iswmd = "noiswmd"; my $timeout = $ENV{BOOT_AUTOMATIC_METHOD} ? 5 : 150; -my $isolinux_bin = '/usr/lib/syslinux/isolinux-i586.bin'; -if ($arch eq 'x86_64') { - $isolinux_bin = '/usr/lib/syslinux/isolinux-x86_64.bin'; -} +my $isolinux_bin = '/usr/lib/syslinux/isolinux.bin'; my $tmp_mnt = '/tmp/drakx_mnt'; -- cgit v1.2.1