mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-23 09:02:02 +00:00
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>
This commit is contained in:
parent
9deec2e220
commit
88cb121433
@ -48,6 +48,9 @@ prepare. On Debian/Ubuntu based systems this is as simple as:
|
|||||||
apt-get install cloud-init
|
apt-get install cloud-init
|
||||||
----
|
----
|
||||||
|
|
||||||
|
WARNING: This command is *not* intended to be executed on the {pve} host, but
|
||||||
|
only inside the VM.
|
||||||
|
|
||||||
Already many distributions provide ready-to-use Cloud-Init images (provided
|
Already many distributions provide ready-to-use Cloud-Init images (provided
|
||||||
as `.qcow2` files), so alternatively you can simply download and
|
as `.qcow2` files), so alternatively you can simply download and
|
||||||
import such images. For the following example, we will use the cloud
|
import such images. For the following example, we will use the cloud
|
||||||
|
Loading…
Reference in New Issue
Block a user