mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
write pattern to /dev/ccd3 not /dev/ccd3c
This commit is contained in:
parent
bf513f6958
commit
06a31d6a67
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ mdconfig -a -t malloc -s $3 -u 92
|
|||
mdconfig -a -t malloc -s $4 -u 93
|
||||
|
||||
ccdconfig -v ccd3 $5 $6 /dev/md90 /dev/md91 /dev/md92 /dev/md93
|
||||
./a > /dev/ccd3c
|
||||
./a > /dev/ccd3
|
||||
|
||||
md5 < /dev/md90
|
||||
md5 < /dev/md91
|
||||
|
|
|
|||
Loading…
Reference in a new issue