From efc3a75f537af0ba340e6452ea9e9c82be88e3de Mon Sep 17 00:00:00 2001 From: Max Rees Date: Sun, 14 Jan 2018 08:37:11 +0000 Subject: Enable use of the isohybrid tool The isohybrid tool allows users to create a bootable USB image from the CD images we distribute. However, in order for this to work the CD images must include isolinux.bin, not isolinux-debug.bin. --- post-pmmx.sh | 2 +- post-x86_64.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/post-pmmx.sh b/post-pmmx.sh index 5f9d433..ff04986 100755 --- a/post-pmmx.sh +++ b/post-pmmx.sh @@ -11,6 +11,6 @@ label adelie append initrd=/initrd BOOTCFG -cp /usr/share/syslinux/isolinux-debug.bin cdroot-$ARCH/isolinux/isolinux.bin +cp /usr/share/syslinux/isolinux.bin cdroot-$ARCH/isolinux/isolinux.bin cp /usr/share/syslinux/ldlinux.c32 cdroot-$ARCH/isolinux/ diff --git a/post-x86_64.sh b/post-x86_64.sh index 5f9d433..ff04986 100755 --- a/post-x86_64.sh +++ b/post-x86_64.sh @@ -11,6 +11,6 @@ label adelie append initrd=/initrd BOOTCFG -cp /usr/share/syslinux/isolinux-debug.bin cdroot-$ARCH/isolinux/isolinux.bin +cp /usr/share/syslinux/isolinux.bin cdroot-$ARCH/isolinux/isolinux.bin cp /usr/share/syslinux/ldlinux.c32 cdroot-$ARCH/isolinux/ -- cgit v1.2.3-70-g09d2