diff options
author | jmz <jmz@FreeBSD.org> | 1997-05-19 17:35:57 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-05-19 17:35:57 +0000 |
commit | 14c035ab6ad58a85ae5467655a9a741fa8f51f97 (patch) | |
tree | fba5e3436b8b979b0df57f913b89dff271525a1d /share | |
parent | 1b34c46597e43fb0798108525511ce3e61412246 (diff) | |
download | FreeBSD-src-14c035ab6ad58a85ae5467655a9a741fa8f51f97.zip FreeBSD-src-14c035ab6ad58a85ae5467655a9a741fa8f51f97.tar.gz |
The 'wormcontrol select' command no more exists.
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/worm/README | 5 | ||||
-rwxr-xr-x | share/examples/worm/burncd.sh | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/share/examples/worm/README b/share/examples/worm/README index 4984178..a6657b9 100644 --- a/share/examples/worm/README +++ b/share/examples/worm/README @@ -6,9 +6,8 @@ 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: +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 diff --git a/share/examples/worm/burncd.sh b/share/examples/worm/burncd.sh index 1a7d8d6..6cfc9a9 100755 --- a/share/examples/worm/burncd.sh +++ b/share/examples/worm/burncd.sh @@ -32,7 +32,6 @@ else read junk fname=$1; shift scsi -f /dev/rworm0.ctl -c "0 0 0 0 0 0" >/dev/null 2>&1 - wormcontrol select HP 4020i wormcontrol prepdisk double $* wormcontrol track data rtprio 5 team -v 1m 5 < $fname | rtprio 5 dd of=/dev/rworm0 obs=20k |