|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 03/18] xl.pod.1: improve create documentation
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
docs/man/xl.pod.1 | 22 ++++++++++++++++------
1 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 84da191..127a607 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -52,13 +52,15 @@ previously, most commands take I<domain-id> as the first
parameter.
=over 4
-=item B<create> [I<OPTIONS>] I<configfile>
+=item B<create> [I<configfile>] [I<OPTIONS>]
-The create subcommand requires a config file: see L<xldomain.cfg> for
-full details of that file format and possible options.
+The create subcommand takes a config file as first argument: see
+L<xldomain.cfg> for full details of that file format and possible
+options.
+If I<configfile> is missing B<XL> creates the domain starting from the
+default value for every option.
-I<configfile> can either be an absolute path to a file, or a relative
-path to a file located in /etc/xen.
+I<configfile> has to be an absolute path to a file.
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
@@ -88,7 +90,15 @@ Leave the domain paused after it is created.
=item B<-c>
Attach console to the domain as soon as it has started. This is
-useful for determining issues with crashing domains.
+useful for determining issues with crashing domains and just as a
+general convenience since you often want to watch the
+domain boot.
+
+=item B<key=value>
+
+It is possible to pass I<key=value> pairs on the command line to provide
+options as if they were written in the configuration file; these override
+whatever is in the I<configfile>.
=back
--
1.7.2.3
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 01/18] xl.pod.1: add a barebone description of tmem commands, stefano.stabellini
- [Xen-devel] [PATCH 03/18] xl.pod.1: improve create documentation,
stefano.stabellini <=
- [Xen-devel] [PATCH 05/18] xl.pod.1: order subcommands alphabetically, stefano.stabellini
- [Xen-devel] [PATCH 07/18] xl.pod.1: add a reference to create in the -e option, stefano.stabellini
- [Xen-devel] [PATCH 09/18] xl.pod.1: better description for the sysreq subcommand, stefano.stabellini
- [Xen-devel] [PATCH 11/18] xl.pod.1: introduce a TO BE DOCUMENTED section, stefano.stabellini
- [Xen-devel] [PATCH 13/18] xl.pod.1: improve the description of the info subcommand, stefano.stabellini
- [Xen-devel] [PATCH 15/18] xl.pod.1: remove dry-run option from create and cpupool-create, stefano.stabellini
- [Xen-devel] [PATCH 06/18] xl.pod.1: remove the two FIXME, stefano.stabellini
- [Xen-devel] [PATCH 10/18] xl.pod.1: state when a subcommand is only available to HVM guests, stefano.stabellini
- [Xen-devel] [PATCH 17/18] xl.pod.1: remove AUTHORS section, stefano.stabellini
- [Xen-devel] [PATCH 04/18] xl.pod.1: add a description of the global options, stefano.stabellini
|
|
|
|
|