From: Stefano Stabellini Date: Thu, 1 Dec 2011 16:26:30 +0000 (+0000) Subject: xl.pod.1: improve create documentation X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=32d8a04e72a28ef3e2edc6b36e3ec6e53de9a3d6;p=xen.git xl.pod.1: improve create documentation Signed-off-by: Stefano Stabellini Committed-by: Ian Jackson --- diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 426b8e8a67..8cc977924b 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -52,13 +52,14 @@ previously, most commands take I as the first parameter. =over 4 -=item B [I] I +=item B [I] [I] -The create subcommand requires a config file: see L for -full details of that file format and possible options. +The create subcommand takes a config file as first argument: see +L for full details of that file format and possible options. +If I is missing B creates the domain starting from the +default value for every option. -I can either be an absolute path to a file, or a relative -path to a file located in /etc/xen. +I has to be an absolute path to a file. Create will return B as the domain is started. This B mean the guest OS in the domain has actually booted, or is @@ -88,7 +89,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 + +It is possible to pass I pairs on the command line to provide +options as if they were written in the configuration file; these override +whatever is in the I. =back