]> git.proxmox.com Git - pve-docs.git/blobdiff - qm-cloud-init-opts.adoc
run make update
[pve-docs.git] / qm-cloud-init-opts.adoc
index 705a8c507c6d2d86be24be46fedf54f859a37c3a..43e44158dab874d676f04e8c9cf08143979b6c93 100644 (file)
@@ -1,3 +1,19 @@
+`cicustom`: `[meta=<volume>] [,network=<volume>] [,user=<volume>]` ::
+
+Specify custom files to replace the automatically generated ones at start.
+
+`meta`=`<volume>` ;;
+
+Specify a custom file containing all meta data passed to the VM via cloud-init. This is provider specific meaning configdrive2 and nocloud differ.
+
+`network`=`<volume>` ;;
+
+Specify a custom file containing all network data passed to the VM via cloud-init.
+
+`user`=`<volume>` ;;
+
+Specify a custom file containing all user 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.