diff options
Diffstat (limited to 'usr.sbin/bsdinstall/bsdinstall.8')
-rw-r--r-- | usr.sbin/bsdinstall/bsdinstall.8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8 index a76b8a3..a492163 100644 --- a/usr.sbin/bsdinstall/bsdinstall.8 +++ b/usr.sbin/bsdinstall/bsdinstall.8 @@ -33,6 +33,7 @@ .Nd system installer .Sh SYNOPSIS .Nm +.Op Ar options .Op Ar target .Op Ar ... .Sh DESCRIPTION @@ -49,6 +50,17 @@ invoked with no arguments, it will invoke the target, which provides a standard interactive installation, invoking the others in sequence. To perform a scripted installation, these subtargets can be invoked separately by an installation script. +.Sh OPTIONS +.Nm +supports the following options, global to all targets: +.Bl -tag -width indent+ +.It Fl D Ar file +Provide a path for the installation log file +.Pq overrides Ev BSDINSTALL_LOG . +See +.Sx ENVIRONMENT VARIABLES +for more information on +.Ev BSDINSTALL_LOG . .Sh TARGETS Most of the following targets are only useful for scripting the installer. For interactive use, most users will be interested only in the |