Skip to content

Commit

Permalink
xorriso parameter -r -> -R
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Apr 17, 2014
1 parent cf5076b commit 1131b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-cd
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ mkiso() {
xorriso -report_about HINT -as mkisofs -graft-points -b $boot_image \
-V "$vname" -A "$aname" \
-no-emul-boot -boot-info-table --embedded-boot ${embed_image} --protective-msdos-label -o $isoname \
-r $tmp --sort-weight 0 / --sort-weight 1 /boot || die 12 "xorriso failed."
-R $tmp --sort-weight 0 / --sort-weight 1 /boot || die 12 "xorriso failed."
echo -n "ISO image size and filename: "; du -h $isoname
}
# - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 1131b9f

Please sign in to comment.