summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
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';