Add .disk/mkisofs file recording the xorriso command line
Thanks to Thomas Schmitt <scdbackup@gmx.net> for the suggestion.
This commit is contained in:
parent
406dd06610
commit
ff71712590
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue