Replace extra call to "tunefs" with the equivalent of "newfs -U".

Reviewed by:	phk
This commit is contained in:
Ralf S. Engelschall 2002-07-15 11:30:21 +00:00
parent 767f578267
commit 32f28b1541
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100066

View File

@ -158,8 +158,7 @@ To create and mount a 128MByte swap backed filesystem on
.Bd -literal -offset indent
mdconfig -a -t swap -s 128M -u 10
disklabel -r -w md10 auto
newfs /dev/md10c
tunefs -n enable /dev/md10c
newfs -U /dev/md10c
mount /dev/md10c /tmp
chmod 1777 /tmp
.Ed