* Remove the :> that erases default mkisofs options.
This commit is contained in:
parent
4949337269
commit
82570417b3
|
@ -53,7 +53,6 @@ THISTYPE=${KTYPE[$NN]}
|
||||||
|
|
||||||
# Put boot images on CD1...CD(N)
|
# Put boot images on CD1...CD(N)
|
||||||
#
|
#
|
||||||
:> $N.mkisofs_opts
|
|
||||||
|
|
||||||
if [ "${ISOLINUX:-0}" != "0" ] && [ "$NN" = "1" ]; then
|
if [ "${ISOLINUX:-0}" != "0" ] && [ "$NN" = "1" ]; then
|
||||||
echo "Using ISOLINUX boot-disks image on CD$N"
|
echo "Using ISOLINUX boot-disks image on CD$N"
|
||||||
|
|
Loading…
Reference in New Issue