diff options
author | ennael <ennael@mageia.org> | 2013-10-25 14:41:25 +0200 |
---|---|---|
committer | ennael <ennael@mageia.org> | 2013-10-25 14:41:25 +0200 |
commit | d2936d62c12666a6bdb789936c415ce059115d27 (patch) | |
tree | 583e4629cce10a778335c2e206fa978c8ac414d5 /images | |
parent | d3ed27856c45b5e63a74013339705bad5655adaf (diff) | |
download | drakx-d2936d62c12666a6bdb789936c415ce059115d27.tar drakx-d2936d62c12666a6bdb789936c415ce059115d27.tar.gz drakx-d2936d62c12666a6bdb789936c415ce059115d27.tar.bz2 drakx-d2936d62c12666a6bdb789936c415ce059115d27.tar.xz drakx-d2936d62c12666a6bdb789936c415ce059115d27.zip |
do not use arch dependant isolinux.bin anymore
Diffstat (limited to 'images')
-rwxr-xr-x | images/make_boot_img | 2 |
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'; |