]> git.proxmox.com Git - pve-docs.git/blobdiff - qm-cloud-init-opts.adoc
totp: fix copy/paste mistake
[pve-docs.git] / qm-cloud-init-opts.adoc
index c01aabd7f686686743f5f487a6dbc2c48a12380d..8e0e920cd9a5f8757e514bda6af15cbcf92933d9 100644 (file)
@@ -9,15 +9,15 @@ Specify a custom file containing all meta data passed to the VM via"
 
 `network`=`<volume>` ;;
 
-Specify a custom file containing all network data passed to the VM via cloud-init.
+To pass a custom file containing all network data to the VM via cloud-init.
 
 `user`=`<volume>` ;;
 
-Specify a custom file containing all user data passed to the VM via cloud-init.
+To pass a custom file containing all user data to the VM via cloud-init.
 
 `vendor`=`<volume>` ;;
 
-Specify a custom file containing all vendor data passed to the VM via cloud-init.
+To pass a custom file containing all vendor data to the VM via cloud-init.
 
 `cipassword`: `<string>` ::
 
@@ -27,6 +27,10 @@ Password to assign the user. Using this is generally not recommended. Use ssh ke
 
 Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
 
+`ciupgrade`: `<boolean>` ('default =' `1`)::
+
+do an automatic package upgrade after the first boot.
+
 `ciuser`: `<string>` ::
 
 User name to change ssh keys and password for instead of the image's configured default user.
@@ -67,15 +71,11 @@ IPv6 address in CIDR format.
 
 `nameserver`: `<string>` ::
 
-Sets DNS server IP address for a container. Create will'
-           .' automatically use the setting from the host if neither searchdomain nor nameserver'
-           .' are set.
+Sets DNS server IP address for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set.
 
 `searchdomain`: `<string>` ::
 
-Sets DNS search domains for a container. Create will'
-           .' automatically use the setting from the host if neither searchdomain nor nameserver'
-           .' are set.
+Sets DNS search domains for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set.
 
 `sshkeys`: `<string>` ::