diff options
author | jkh <jkh@FreeBSD.org> | 1996-11-06 13:54:35 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-11-06 13:54:35 +0000 |
commit | 572a11d228e4c35853204acc4a92063b5ce57df3 (patch) | |
tree | e9da1c0bb644b0af290b9edae06e176958cd6576 /share | |
parent | ea71174ad4aac6d875c04a8aa97aa713f9c56b89 (diff) | |
download | FreeBSD-src-572a11d228e4c35853204acc4a92063b5ce57df3.zip FreeBSD-src-572a11d228e4c35853204acc4a92063b5ce57df3.tar.gz |
Amend the README to mention "dummy" feature. Nobody will read the
README, but at least I can say it's doc'd. :)
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/worm/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/examples/worm/README b/share/examples/worm/README index ad69106..4984178 100644 --- a/share/examples/worm/README +++ b/share/examples/worm/README @@ -7,6 +7,10 @@ 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). +it to other types of CDR drives). If you want to simply test your CDR +without wasting a blank, you can also do: -It's that simple! + burncd.sh mybigtestimage dummy + +And it will "write" the CD without the laser turned on, so that it's +actually untouched. |