From 1b63dd3db60362445546e99fcecf84e09f796039 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 25 Jul 2007 17:04:21 -0400 Subject: Documentation for new --virt-type --- docs/cobbler.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/cobbler.pod b/docs/cobbler.pod index 64e9099..0f75bbc 100644 --- a/docs/cobbler.pod +++ b/docs/cobbler.pod @@ -128,9 +128,9 @@ If this parameter is not provided, the kickstart file will default to /etc/cobbl (optional) (Virt-only) how many megabytes of RAM to consume. The default is 512 MB. -=item virt-types +=item virt-type -(optional) (Virt-only) koan can install images using either Xen paravirt ("xenpv") or QEMU/KVM ("qemu"). Choose one or the other strings to specify, or values will default to the value given for "default_virt_type" in /var/lib/cobbler/settings. If you have not changed this setting, the default is "xenpv". See the "koan" manpage for more documentation. +(optional) (Virt-only) koan can install images using either Xen paravirt ("xenpv") or QEMU/KVM ("qemu"). Choose one or the other strings to specify, or values will default to attempting to find a compatible installation type on the client system ("auto"). See the "koan" manpage for more documentation. =item virt-path -- cgit