Commit Graph

15 Commits

Author SHA1 Message Date
Fiona Ebner
e33a118acc cloud init: use 'import-from' disk syntax to avoid a step
Put the 'scsihw' part into the previous command, so that the rather
complicated import command can stand on its own.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-16 20:37:51 +01:00
Fiona Ebner
593bdd7d58 cloud init: use expected disk number in example
Starting from a storage with no disks for the VM ID in question, the
imported disk will be called vm-9000-disk-0.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-16 20:37:12 +01:00
Fiona Ebner
44562c3b8e cloud init: use 'order' variant for 'boot' property
instead of the legacy 'boot: c'+bootdisk combination.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-16 20:37:07 +01:00
Fiona Ebner
2050eb1946 cloud init: mention that serial display might not work for all images
Example from the community forum:
https://forum.proxmox.com/threads/112225/

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-09-26 11:15:19 +02:00
Fiona Ebner
88cb121433 cloud init: add warning to not install cloud-init on the host
From time to time, users install the cloud-init package on the host
by accident [0]. Since the other commands are intended to be run on
the host, add a warning about the one command that shouldn't.

Patch suggested by @Neobin on the community forum [1].

[0] https://forum.proxmox.com/threads/115530/post-499610
[1] https://forum.proxmox.com/threads/115530/post-499624

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-09-26 11:15:19 +02:00
Oguz Bektas
a55d30db1d change http links to https
checked if they work -- some returned certificate errors so didn't
change those ones.

also updated some that didn't point to the right thing (open-iscsi, and
the list of supported CPUs was returning empty).

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2021-05-07 18:26:05 +02:00
Oguz Bektas
3a433e9bb0 SPAM: [PATCH v2 docs] fix typos in various adoc files
checked for common misspellings. some of the changes (like favourite vs.
favorite or virtualization vs. virtualisation) are because of US vs. UK english

Reviewed-by: Dylan Whyte <d.whyte@proxmox.com>
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2021-04-29 13:26:28 +02:00
Thomas Lamprecht
5f318cc038 fix some typos
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-02-11 18:01:34 +01:00
Mira Limbeck
a3e7e4e350 add cloudinit dump and snippets documentation
Adds documentation for the cloudinit snippets support and how 'qm
cloudinit dump' can be used to get a base config file.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
2019-06-25 12:11:18 +02:00
Dietmar Maurer
1ff5e4e80e thumbnail: allow to reference all images inside /images subdir
Before, we was limited to /images/screenshots/
2018-08-16 10:13:16 +02:00
Dietmar Maurer
16b4185a9e use separate wiki page for qm-cloud-init.adoc 2018-05-16 12:34:05 +02:00
Thomas Lamprecht
a3cc933160 fixup: cloud init: correct header syntax
The header markup need to be the same length as the header itself,
else we may get an incorrect output in the following lines.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-05-14 14:41:07 +02:00
Thomas Lamprecht
85d697af2b cloud init: improve wording/grammar
Integrate grammar and wording improvements from Daniela.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-05-14 14:21:29 +02:00
Dietmar Maurer
d528c7ba0d add two screenshots for cloud-init GUI 2018-05-03 14:50:25 +02:00
Dietmar Maurer
7eb69fd2b7 split out cloud-init docs, make it available as wiki page 2018-03-08 13:32:13 +01:00