Using -iso-level 3 option for xorriso to work with image sizes beyond 4 GB (Closes: #775424).

This commit is contained in:
Daniel Baumann 2015-01-25 12:17:50 +01:00
parent 1cb6743d1c
commit 673a8da58b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ then
fi
# Handle xorriso generic options
XORRISO_OPTIONS="-R -r -J -joliet-long -l -cache-inodes"
XORRISO_OPTIONS="-R -r -J -joliet-long -l -cache-inodes -iso-level 3"
# Handle xorriso live-build specific options
if [ "${LIVE_IMAGE_TYPE}" = "iso-hybrid" ]