Skip to content

Commit

Permalink
cloud: Adapt to service changes in cloud-init 24.3[1][2]
Browse files Browse the repository at this point in the history
  • Loading branch information
klausenbusk committed Oct 26, 2024
1 parent 81e7408 commit f0ae2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/cloud-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DISK_SIZE=""
# cloud-guest-utils package
# [1] https://cloudinit.readthedocs.io/en/latest/topics/modules.html#growpart
PACKAGES=(cloud-init cloud-guest-utils)
SERVICES=(cloud-init-local.service cloud-init.service cloud-config.service cloud-final.service)
SERVICES=(cloud-init-main.service cloud-init-local.service cloud-init-network.service cloud-config.service cloud-final.service)

function pre() {
sed -Ei 's/^(GRUB_CMDLINE_LINUX_DEFAULT=.*)"$/\1 console=tty0 console=ttyS0,115200"/' "${MOUNT}/etc/default/grub"
Expand Down

0 comments on commit f0ae2d4

Please sign in to comment.