Replace extra call to "tunefs" with the equivalent of "newfs -U".
Reviewed by: phk
This commit is contained in:
parent
767f578267
commit
32f28b1541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user