Use -r rather than -R to get "reasonable permissions and ownership".
This commit is contained in:
parent
543e2b2cbe
commit
395d3406d2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user