Hello, I am using Debian sid. To make iso built I had to change the following file
diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 9b4d6ea..43e3248 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -57,7 +57,7 @@ Check_package chroot/usr/bin/xorriso xorriso if [ "${LIVE_IMAGE_TYPE}" = "iso-hybrid" ] then - Check_package chroot/usr/lib/syslinux/isohdpfx.bin syslinux-common + Check_package chroot/usr/lib/syslinux/mbr/isohdpfx.bin syslinux-common fi # Restoring cache @@ -78,7 +78,7 @@ XORRISO_OPTIONS="-R -r -J -joliet-long -l -cache-inodes" # Handle xorriso live-build specific options if [ "${LIVE_IMAGE_TYPE}" = "iso-hybrid" ] then - XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-mbr /usr/lib/syslinux/isohdpfx.bin -partition_offset 16" + XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-mbr /usr/lib/syslinux/mbr/isohdpfx.bin -partition_offset 16" fi if [ "${_QUIET}" = "true" ] -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/CAFp4thREYfq0RpJbqa6oCmQSd5PaAC8tUyQHy71+CK9WF=e...@mail.gmail.com