Add .disk/mkisofs file recording the xorriso command line

Thanks to Thomas Schmitt <scdbackup@gmx.net> for the suggestion.
This commit is contained in:
Raphaël Hertzog 2017-08-10 14:53:51 +02:00
parent 406dd06610
commit ff71712590
2 changed files with 9 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
live-build (1:20170808) UNRELEASED; urgency=medium
* Add .disk/mkisofs file recording the xorriso command line. Thanks
to Thomas Schmitt <scdbackup@gmx.net> for the suggestion.
-- Raphaël Hertzog <hertzog@debian.org> Thu, 10 Aug 2017 14:53:06 +0200
live-build (1:20170807) unstable; urgency=medium
* Add keyboard shortcut on the "Advanced options" syslinux menu entry.

View File

@ -213,6 +213,8 @@ fi
cat >> binary.sh << EOF
mkdir -p binary/.disk
echo "xorriso -as mkisofs ${XORRISO_OPTIONS} -o ${IMAGE} binary" > binary/.disk/mkisofs
xorriso -as mkisofs ${XORRISO_OPTIONS} -o ${IMAGE} binary
EOF