diff options
| author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-05-19 17:35:57 +0000 |
|---|---|---|
| committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-05-19 17:35:57 +0000 |
| commit | 16a086a02fc7e719b770c63c9e4bdace75045257 (patch) | |
| tree | 976489176922177a2871c16cc003f822916b8657 /share/examples/worm | |
| parent | 8d496aeec79f31a3ff9a2389224a7d90ea7b68f4 (diff) | |
Notes
Diffstat (limited to 'share/examples/worm')
| -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 49841781714ee..a6657b996af58 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 1a7d8d6e6e8bf..6cfc9a98639db 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 |
