[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/2] docs/xl: document -e and -F options of create subcommand
From: Giuseppe <g.mazzotta@xxxxxxxxxx> While documenting '-F' option, I discovered that not only '-e' was missing (and hereby added with this patch) but others too. I will eventually submit other patches for the remaining missing options, as this one focuses only on '-e' and '-F'. Signed-off-by: Giuseppe Mazzotta <g.mazzotta@xxxxxxxxxx> --- docs/man/xl.pod.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 16783c8..7bb26a6 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -115,6 +115,9 @@ Create will return B<as soon> as the domain is started. This B<does not> mean the guest OS in the domain has actually booted, or is available for input. +If the I<-F> or I<-e> option is specified, create will start the domain and +not return until its death. + B<OPTIONS> =over 4 @@ -131,6 +134,14 @@ Use the given configuration file. Leave the domain paused after it is created. +=item B<-e> + +Run in foreground until death of the domain. + +=item B<-F> + +Same as I<-e>, with additional guest monitoring messages. + =item B<-V>, B<--vncviewer> Attach to domain's VNC server, forking a vncviewer process. -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |