diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-27 02:27:13 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-27 02:27:13 +0000 |
| commit | 3f4756b8e3c1bc26ae06db9421edf7e824bf2cd3 (patch) | |
| tree | 7c4c9cc340f6c527fd31422ac8cb53eb99dfd2d0 /release/scripts/doFS.sh | |
| parent | a16b645ee8553067901ff107df98b0fe0a699406 (diff) | |
Notes
Diffstat (limited to 'release/scripts/doFS.sh')
| -rw-r--r-- | release/scripts/doFS.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh index 0a63deee3a94..ec56ae7d0f81 100644 --- a/release/scripts/doFS.sh +++ b/release/scripts/doFS.sh @@ -43,7 +43,7 @@ do vnconfig -s labels -c /dev/r${VNDEVICE} ${FSIMG} disklabel -Brw /dev/r${VNDEVICE} ${FSLABEL} - newfs -u 0 -t 0 -i ${FSINODE} -m 0 -T ${FSLABEL} -o space /dev/r${VNDEVICE}c + newfs -i ${FSINODE} -T ${FSLABEL} -o space /dev/r${VNDEVICE}c mount /dev/${VNDEVICE}c ${MNT} |
