mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the -a option, and mention ``noauto''.
This commit is contained in:
parent
e70db05ac9
commit
c4e9518794
2 changed files with 10 additions and 0 deletions
|
|
@ -74,6 +74,11 @@ this list is printed.
|
|||
.Pp
|
||||
The options are as follows:
|
||||
.Bl -tag -width indent
|
||||
.It Fl a
|
||||
Causes all filesystems listed in
|
||||
.Pa /etc/fstab
|
||||
(except those with the ``noauto'' option) to be mounted. This is normally
|
||||
done during system startup.
|
||||
.It Fl d
|
||||
Causes everything to be done except for the actual system call.
|
||||
This option is useful in conjunction with the
|
||||
|
|
|
|||
|
|
@ -74,6 +74,11 @@ this list is printed.
|
|||
.Pp
|
||||
The options are as follows:
|
||||
.Bl -tag -width indent
|
||||
.It Fl a
|
||||
Causes all filesystems listed in
|
||||
.Pa /etc/fstab
|
||||
(except those with the ``noauto'' option) to be mounted. This is normally
|
||||
done during system startup.
|
||||
.It Fl d
|
||||
Causes everything to be done except for the actual system call.
|
||||
This option is useful in conjunction with the
|
||||
|
|
|
|||
Loading…
Reference in a new issue