diff --git a/common b/common index 93a7f3af5..ec1f99fcf 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 93a7f3af5c23ece6a8e092827ed5928a8973fd3c +Subproject commit ec1f99fcfd29c572ca003fdd0b0ee0c416e5ad80 diff --git a/generator/customize.ml b/generator/customize.ml index e2c4b6051..e110be7ad 100644 --- a/generator/customize.ml +++ b/generator/customize.ml @@ -266,6 +266,22 @@ Set the hostname of the guest to C. You can use a dotted hostname.domainname (FQDN) if you want."; }; + { op_name = "inject-blnsvr"; + op_type = String "METHOD"; + op_discrim = "`InjectBalloonServer"; + op_shortdesc = "Inject the Balloon Server into a Windows guest"; + op_pod_longdesc = "\ +Inject the Balloon Server (F) into a Windows guest. +This operation also injects a firstboot script so that the Balloon +Server is installed when the guest boots. + +The parameter is the same as used by the I<--inject-virtio-win> operation. + +Note that to do a full conversion of a Windows guest from a +foreign hypervisor like VMware (which involves many other operations) +you should use the L tool instead of this."; + }; + { op_name = "inject-qemu-ga"; op_type = String "METHOD"; op_discrim = "`InjectQemuGA";