summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2013-07-23 12:09:18 -0700
committerGeoff Levand <geoff@infradead.org>2013-07-23 12:09:18 -0700
commite5f5a2e91e89af08925b6dae3680fc9ef62190ff (patch)
tree6a6fe3e61759a5650cf93f6d8f8a1d1a644771f7 /man
parent050e48452f1c67195f8ac630f5893d4806fbe2d2 (diff)
downloadtalos-petitboot-e5f5a2e91e89af08925b6dae3680fc9ef62190ff.tar.gz
talos-petitboot-e5f5a2e91e89af08925b6dae3680fc9ef62190ff.zip
discover: Add --no-autoboot option
Add the command line option --no-autoboot to pb-discover and update the pb-discover manpage. Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'man')
-rw-r--r--man/pb-discover.827
1 files changed, 27 insertions, 0 deletions
diff --git a/man/pb-discover.8 b/man/pb-discover.8
index 4f6bc39..65f9e6f 100644
--- a/man/pb-discover.8
+++ b/man/pb-discover.8
@@ -26,6 +26,11 @@
.Sh SYNOPSIS
.\" ========
.Nm
+.Op Fl a, -no-autoboot
+.Op Fl h, -help
+.Op Fl l, -log Ar log-file
+.Op Fl n, -dry-run
+.Op Fl V, -version
.\"
.Sh DESCRIPTION
.\" ===========
@@ -33,6 +38,28 @@ pb-discover maintains a dynamic list of boot options available to
the system. On startup, the petitboot user interface clients connect to
pb-discover daemon and receive boot option information.
.\"
+.Sh OPTIONS
+.\" =======
+.Bl -tag -width indent
+.\"
+.It Fl a, -no-autoboot
+Disable the autoboot feature.
+.\"
+.It Fl h, -help
+Print a help message.
+.\"
+.It Fl l, -log Ar log-file
+Log messages to the file
+.Ar log-file .
+The default log is a file /var/log/petitboot/pb-discover.log. New messages are
+appended to an existing log file.
+.\"
+.It Fl d, -dry-run
+Do not execute any commands. For testing.
+.\"
+.It Fl V, -version
+Display the program version number.
+.El
.Sh SEE ALSO
.\" ========
.Xr petitboot 8 , Xr petitboot-nc 8 , Xr petitboot-twin 8 , Xr pb-event 8
OpenPOWER on IntegriCloud