Explicitly building iso images with rock ridge extension.

This commit is contained in:
Daniel Baumann 2013-12-29 12:03:39 +01:00
parent e28ec6094f
commit 5733ae0fe1
1 changed files with 1 additions and 1 deletions

View File

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