mkisofs.new -> mkisofs (whoops! just noticed this)
This commit is contained in:
parent
ec9763a7fa
commit
03469ec934
@ -23,6 +23,5 @@ else
|
||||
tree=$1; shift
|
||||
outfile=$1; shift
|
||||
copyright="$*"
|
||||
mkisofs.new $bootable -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
|
||||
# mkisofs -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
|
||||
mkisofs $bootable -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user