Use -r rather than -R to get "reasonable permissions and ownership".

This commit is contained in:
obrien 2001-03-31 18:38:05 +00:00
parent 543e2b2cbe
commit 395d3406d2

View File

@ -25,5 +25,5 @@ else
tree=$1; shift
outfile=$1; shift
copyright="$*"
mkisofs $bootable -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
mkisofs $bootable -d -N -D -r -T -V "$title" -P "$copyright" -o $outfile $tree
fi