freebsd-dev/share/examples/worm
Dirk Froemberg 8b2f7124cf Remove -a from mkisofs' argument list. It's the default for version 1.12.1
and up and causes mkisofs to fail if present.

Add $FreeBSD$ while I'm here.

Ok'ed by:	jkh
2000-05-25 20:12:10 +00:00
..
burncd.sh "r" devices are on their way out. 2000-04-26 11:38:10 +00:00
makecdfs.sh Remove -a from mkisofs' argument list. It's the default for version 1.12.1 2000-05-25 20:12:10 +00:00
README The 'wormcontrol select' command no more exists. 1997-05-19 17:35:57 +00:00

These two shell scripts are what the developers use to burn CDs,
including the FreeBSD releases made for Walnut Creek CDROM.

makecdfs.sh is used to turn an arbitrary tree of files into a single
ISO9660 (with RockRidge extensions) filesystem image.  See the top
of the shell script for usage instructions.

burncd.sh takes the filesystem image produced by makecdfs.sh and burns
it onto a CDR drive.  If you want to simply test your CDR without wasting
a blank, you can also do:

	burncd.sh mybigtestimage dummy

And it will "write" the CD without the laser turned on, so that it's
actually untouched.