mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Make the usage of the default zoneinfo file to install clearer.
MFC after: 1 week
This commit is contained in:
parent
08c7e8c879
commit
b89269048d
1 changed files with 6 additions and 5 deletions
|
|
@ -32,7 +32,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl ns
|
||||
.Op Ar default
|
||||
.Op Ar zoneinfo file
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
@ -56,10 +56,11 @@ Skip the initial question about adjusting the clock if not set to
|
|||
.Tn UTC .
|
||||
.El
|
||||
.Pp
|
||||
It is possible to short-circuit the menu system by specifying a
|
||||
.Ar default
|
||||
on the command line; this is intended mainly for pre-configured
|
||||
installation scripts.
|
||||
It is possible to short-circuit the menu system by specifying the
|
||||
location of a
|
||||
.Ar zoneinfo file
|
||||
on the command line; this is intended mainly for pre-configured installation
|
||||
scripts.
|
||||
.Sh TIMEZONE DATABASE
|
||||
The contents of the timezone database are indexed by
|
||||
.Pa /usr/share/zoneinfo/zone.tab .
|
||||
|
|
|
|||
Loading…
Reference in a new issue