Using -iso-level 3 option for xorriso to work with image sizes beyond 4 GB (Closes: #775424).
This commit is contained in:
parent
1cb6743d1c
commit
673a8da58b
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue