summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xshare/examples/worm/makecdfs.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/examples/worm/makecdfs.sh b/share/examples/worm/makecdfs.sh
index b4e3d74..a3c9925 100755
--- a/share/examples/worm/makecdfs.sh
+++ b/share/examples/worm/makecdfs.sh
@@ -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
OpenPOWER on IntegriCloud