mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Stay consistent with dofs_md().
This commit is contained in:
parent
21c598caae
commit
21650d4595
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ dofs_vn () {
|
|||
|
||||
vnconfig -s labels -c /dev/r${VNDEVICE} ${FSIMG}
|
||||
disklabel -w ${BOOT1} ${BOOT2} ${VNDEVICE} ${FSLABEL}
|
||||
newfs -i ${FSINODE} -o space -m 1 /dev/r${VNDEVICE}c
|
||||
newfs -i ${FSINODE} -o space -m 0 /dev/r${VNDEVICE}c
|
||||
|
||||
mount /dev/${VNDEVICE}c ${MNT}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue