You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/runcmd-package-cloud-init.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In this setup, commonly used when provisioning VMs with Terraform’s [libvirt p
29
29
30
30
So how can Cloud-Init run `systemctl enable --now qemu-guest-agent.service` before the package exists?
31
31
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.
33
33
34
34
It looks like `runcmd` runs before packages are installed and it wont work.
0 commit comments