Making xorriso option handling a bit more readable.

This commit is contained in:
Daniel Baumann 2013-01-19 18:03:19 +01:00
parent 5553c0d992
commit c9b37c92e9
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ then
fi
# Handle xorriso generic options
XORRISO_OPTIONS="-as mkisofs -r -J -joliet-long -l -cache-inodes"
XORRISO_OPTIONS="-r -J -joliet-long -l -cache-inodes"
# Handle xorriso live-build specific options
if [ "${LIVE_IMAGE_TYPE}" = "iso-hybrid" ]
@ -199,7 +199,7 @@ fi
cat >> binary.sh << EOF
xorriso ${XORRISO_OPTIONS} -o ${IMAGE} binary
xorriso -as mkisofs ${XORRISO_OPTIONS} -o ${IMAGE} binary
EOF
case "${LB_BUILD_WITH_CHROOT}" in