mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
The 'wormcontrol select' command no more exists.
This commit is contained in:
parent
8d496aeec7
commit
16a086a02f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25937
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user