Skip to content

Commit 3b81f6e

Browse files
committed
update: runcmd-package-cloud-init.md
Signed-off-by: Ali Mehraji <a.mehraji75@gmail.com>
1 parent 40e1f48 commit 3b81f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

posts/runcmd-package-cloud-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this setup, commonly used when provisioning VMs with Terraform’s [libvirt p
2929

3030
So how can Cloud-Init run `systemctl enable --now qemu-guest-agent.service` before the package exists?
3131

32-
The sentence “The [runcmd][runcmd-doc] module runs very late in the boot process” can be confusing at first glance, because in Cloud-Init’s documented module stages, `runcmd` appears in the [Config stage][boot-stages] while package installation happens in the Final stage.
32+
The sentence “The [runcmd][runcmd-doc] module runs very late in the boot process” can be confusing at first glance, because in Cloud-Init’s documented module stages, `runcmd` appears in the [Config stage][boot-stages] while package installation via `packages` happens in the Final stage.
3333

3434
It looks like `runcmd` runs before packages are installed and it wont work.
3535

0 commit comments

Comments
 (0)