summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2018-01-14 08:37:11 +0000
committerMax Rees <maxcrees@me.com>2018-01-14 08:37:11 +0000
commitefc3a75f537af0ba340e6452ea9e9c82be88e3de (patch)
tree52a427ddb585dbc24bc4765f699664dc63d88328
parent7f53ffe632aa2d27c47aaaa37c085386e50e3324 (diff)
downloadimage-efc3a75f537af0ba340e6452ea9e9c82be88e3de.tar.gz
image-efc3a75f537af0ba340e6452ea9e9c82be88e3de.tar.bz2
image-efc3a75f537af0ba340e6452ea9e9c82be88e3de.tar.xz
image-efc3a75f537af0ba340e6452ea9e9c82be88e3de.zip
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.
-rwxr-xr-xpost-pmmx.sh2
-rwxr-xr-xpost-x86_64.sh2
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/