aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xl.pod.1
diff options
context:
space:
mode:
authorIan Campbell <Ian.Campbell@citrix.com>2012-04-02 17:07:04 +0100
committerIan Campbell <Ian.Campbell@citrix.com>2012-04-02 17:07:04 +0100
commita7ce17b686e643b0098c9043ceeea0dc61845a68 (patch)
treeda9e002de34c2d4c57a67d0ba372c4d743d42fee /docs/man/xl.pod.1
parent80687dc9ca23ced28119c91957cb6b841c9544aa (diff)
downloadxen-a7ce17b686e643b0098c9043ceeea0dc61845a68.tar.gz
xen-a7ce17b686e643b0098c9043ceeea0dc61845a68.tar.bz2
xen-a7ce17b686e643b0098c9043ceeea0dc61845a68.zip
xl: provide a command to set the saved configuration for a running domain
Pickup this new configuration on reboot. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'docs/man/xl.pod.1')
-rw-r--r--docs/man/xl.pod.125
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 2ab8418a00..e5324fb6e3 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -148,6 +148,31 @@ soon as it is run.
=back
+=item B<config-update> B<domid> [I<configfile>] [I<OPTIONS>]
+
+Update the saved configuration for a running domain. This has no
+immediate effect but will be applied when the guest is next
+restarted. This command is useful to ensure that runtime modifications
+made to the guest will be preserved when the guest is restarted.
+
+I<configfile> has to be an absolute path to a file.
+
+B<OPTIONS>
+
+=over 4
+
+=item B<-f=FILE>, B<--defconfig=FILE>
+
+Use the given configuration file.
+
+=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
+
=item B<console> [I<OPTIONS>] I<domain-id>
Attach to domain I<domain-id>'s console. If you've set up your domains to