mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Revision 1.49 broke snapshot building on older systems.
Approved by: re (scottl)
This commit is contained in:
parent
16b7723c4f
commit
f7d341e06d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115069
@ -63,7 +63,7 @@ dofs_vn () {
|
||||
trap "umount ${MNT}; vnconfig -u /dev/r${VNDEVICE}; rm -f /dev/*vnn*" EXIT
|
||||
|
||||
disklabel -w ${BOOT} ${VNDEVICE} ${FSLABEL}
|
||||
newfs -O1 -i ${FSINODE} -o space -m 0 /dev/r${VNDEVICE}c
|
||||
newfs -i ${FSINODE} -o space -m 0 /dev/r${VNDEVICE}c
|
||||
|
||||
mount /dev/${VNDEVICE}c ${MNT}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user