aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-11-29 15:21:23 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-11-29 15:21:23 +0000
commit1006f5c4e1bbb2d374a5996899e826ad7d007dc6 (patch)
tree63282eaaccd5bf0361f77b7dbc8c9fd91d6abb77 /docs
parent0fe30a0519d073c88da3d94387b6190134eec5c7 (diff)
downloadxen-1006f5c4e1bbb2d374a5996899e826ad7d007dc6.tar.gz
xen-1006f5c4e1bbb2d374a5996899e826ad7d007dc6.tar.bz2
xen-1006f5c4e1bbb2d374a5996899e826ad7d007dc6.zip
xl: make bootloader_args a list
This is much more natural. Continue to support the old syntax in xl but deprecate it. [ Fixed up a long line in xl_cmdimpl.c. -iwj ] Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xl.cfg.pod.57
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 7748922e7d..33a3256c22 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -321,10 +321,11 @@ Run C<PROGRAM> to find the kernel image and ramdisk to use. Normally
C<PROGRAM> would be C<pygrub>, which is an emulation of
grub/grub2/syslinux.
-=item B<bootloader_args=STRING>
+=item B<bootloader_args=[ "ARG", "ARG", ...]>
-Append B<STRING> (split into words at whitespace) to the arguments to
-the B<bootloader> program. XXX this should be a list of strings.
+Append B<ARG>s to the arguments to the B<bootloader>
+program. Alternatively if the argument is a simple string then it will
+be split into words at whitespace (this second option is deprecated).
=item B<root="STRING">