mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't show disklabel in the examples, it is not necessary.
This commit is contained in:
parent
3c275c19c4
commit
ea396d5bfa
1 changed files with 2 additions and 3 deletions
|
|
@ -157,9 +157,8 @@ To create and mount a 128MByte swap backed file system on
|
|||
.Pa /tmp :
|
||||
.Bd -literal -offset indent
|
||||
mdconfig -a -t swap -s 128M -u 10
|
||||
disklabel -r -w md10 auto
|
||||
newfs -U /dev/md10c
|
||||
mount /dev/md10c /tmp
|
||||
newfs -U /dev/md10
|
||||
mount /dev/md10 /tmp
|
||||
chmod 1777 /tmp
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
|
|
|
|||
Loading…
Reference in a new issue