Skip to content

Commit

Permalink
images/kali: Fix enabling cloud-init service (#303)
Browse files Browse the repository at this point in the history
When cloud-init is installed, the `systemctl enable cloud-init` fails.
The service is now called `cloud-init-main`.

Passing build:
https://github.com/MusicDin/lxd-ci/actions/runs/11165385223
  • Loading branch information
simondeziel authored Oct 3, 2024
2 parents 6aa5493 + 8dafa5c commit 703cfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/kali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ actions:
set -eux
# Enable cloud-init units
systemctl enable cloud-init
systemctl enable cloud-init-main
variants:
- cloud

Expand Down

0 comments on commit 703cfc9

Please sign in to comment.