diff options
author | Max Rees <maxcrees@me.com> | 2018-01-14 08:37:11 +0000 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2018-01-14 08:37:11 +0000 |
commit | efc3a75f537af0ba340e6452ea9e9c82be88e3de (patch) | |
tree | 52a427ddb585dbc24bc4765f699664dc63d88328 /post-x86_64.sh | |
parent | 7f53ffe632aa2d27c47aaaa37c085386e50e3324 (diff) | |
download | image-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.
Diffstat (limited to 'post-x86_64.sh')
-rwxr-xr-x | post-x86_64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |