]> git.proxmox.com Git - pve-docs.git/blobdiff - qm-cloud-init-opts.adoc
backup: clarify that CLI means FS-level and highlight retention-note
[pve-docs.git] / qm-cloud-init-opts.adoc
index 67be94e18f848195c1250a17f0e45f2c26799a27..c01aabd7f686686743f5f487a6dbc2c48a12380d 100644 (file)
@@ -1,4 +1,4 @@
-`cicustom`: `[meta=<volume>] [,network=<volume>] [,user=<volume>]` ::
+`cicustom`: `[meta=<volume>] [,network=<volume>] [,user=<volume>] [,vendor=<volume>]` ::
 
 Specify custom files to replace the automatically generated ones at start.
 
@@ -15,6 +15,10 @@ Specify a custom file containing all network data passed to the VM via cloud-ini
 
 Specify a custom file containing all user data passed to the VM via cloud-init.
 
+`vendor`=`<volume>` ;;
+
+Specify a custom file containing all vendor data passed to the VM via cloud-init.
+
 `cipassword`: `<string>` ::
 
 Password to assign the user. Using this is generally not recommended. Use ssh keys instead. Also note that older cloud-init versions do not support hashed passwords.