aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xm.pod.1
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-20 09:32:16 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-20 09:32:16 +0100
commita75c9af600f0f92d882477dc33c8a5fbe225d37c (patch)
treeefbcdbf3ea8e9aac5b74d574201e0b24ab2e90e8 /docs/man/xm.pod.1
parentb039222b0b5e53e8b402a58a9165a7e9ff4f27ff (diff)
downloadxen-a75c9af600f0f92d882477dc33c8a5fbe225d37c.tar.gz
xen-a75c9af600f0f92d882477dc33c8a5fbe225d37c.tar.bz2
xen-a75c9af600f0f92d882477dc33c8a5fbe225d37c.zip
Use the name of the title of the system to boot into (instead of the
kernel version) to determine where to make the entry into the grub configuration file. Signed-off-by: Reiner Sailer <sailer@us.ibm.com> Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'docs/man/xm.pod.1')
-rw-r--r--docs/man/xm.pod.14
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1
index e7dbbb90f6..b0ba7f8fb2 100644
--- a/docs/man/xm.pod.1
+++ b/docs/man/xm.pod.1
@@ -810,13 +810,13 @@ global policy root directory.
Loads the binary representation of the I<policy> into Xen. The binary
representation can be created with the B<makepolicy> subcommand.
-=item B<cfgbootpolicy> I<policy> [I<kernelversion>]
+=item B<cfgbootpolicy> I<policy> [I<boot title>]
Configures I<policy> as the boot policy for Xen. It copies the binary
policy representation into the /boot directory and adds a module line
specifying the binary policy to the /boot/grub/menu.lst file. If your
boot configuration includes multiple Xen boot titles, then use the
-I<kernelversion> parameter to select the proper title.
+I<boot title> parameter to specify a unique part of the proper title.
=item B<dumppolicy>