freebsd-dev/share/examples/worm
Jordan K. Hubbard 1c662397c4 Add a -b option to make the resulting CDROM image bootable
(requires new mkisofs 1.10 port).
1997-04-13 06:43:58 +00:00
..
burncd.sh Since Joerg reminded me, make a small change to this file in 1996-11-06 13:52:57 +00:00
makecdfs.sh Add a -b option to make the resulting CDROM image bootable 1997-04-13 06:43:58 +00:00
README Amend the README to mention "dummy" feature. Nobody will read the 1996-11-06 13:54:35 +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 an HP 4020i CDR drive (see script for information on customizing
it to other types of CDR drives).  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.