[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xl.pod.1: improve create documentation
# HG changeset patch # User Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> # Date 1322756790 0 # Node ID 25900935736c9e5512c959e72d8949ceed4bb0c3 # Parent a799b8bf048bc4c935e1415c066e59c16138f2f6 xl.pod.1: improve create documentation Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Committed-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- diff -r a799b8bf048b -r 25900935736c docs/man/xl.pod.1 --- a/docs/man/xl.pod.1 Thu Dec 01 16:26:30 2011 +0000 +++ b/docs/man/xl.pod.1 Thu Dec 01 16:26:30 2011 +0000 @@ -52,13 +52,14 @@ =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<xl.cfg(5)> for -full details of that file format and possible options. +The create subcommand takes a config file as first argument: see +L<xl.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 +89,15 @@ =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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |