View | Details | Raw Unified | Return to bug 43569
Collapse All | Expand All

(-)README (-10 / +1 lines)
Lines 1-15 Link Here
1
These two shell scripts are what the developers use to burn CDs,
1
This shell script is what the developers use to burn CDs,
2
including the FreeBSD releases made for Walnut Creek CDROM.
2
including the FreeBSD releases made for Walnut Creek CDROM.
3
3
4
makecdfs.sh is used to turn an arbitrary tree of files into a single
4
makecdfs.sh is used to turn an arbitrary tree of files into a single
5
ISO9660 (with RockRidge extensions) filesystem image.  See the top
5
ISO9660 (with RockRidge extensions) filesystem image.  See the top
6
of the shell script for usage instructions.
6
of the shell script for usage instructions.
7
8
burncd.sh takes the filesystem image produced by makecdfs.sh and burns
9
it onto a CDR drive.  If you want to simply test your CDR without wasting
10
a blank, you can also do:
11
12
	burncd.sh mybigtestimage dummy
13
14
And it will "write" the CD without the laser turned on, so that it's
15
actually untouched.

Return to bug 43569