configs: Adapt enabled systemd services to changes in cloud-init 24.3

Adapt enabled services in both baseline and releng profiles to cope with
changes in cloud-init 24.3.

Related-to: https://gitlab.archlinux.org/archlinux/packaging/packages/cloud-init/-/issues/3
Related-to: https://github.com/canonical/cloud-init/pull/5489
Fixes: https://gitlab.archlinux.org/archlinux/archiso/-/issues/236
Signed-off-by: David Runge <dvzrv@archlinux.org>
This commit is contained in:
David Runge 2024-10-27 10:11:46 +01:00
parent 9fb735bf65
commit a0af54f3a2
No known key found for this signature in database
GPG key ID: 9B7A287D9A2EC608
7 changed files with 7 additions and 2 deletions

View file

@ -17,6 +17,9 @@ Deprecated
Fixed
-----
- Change enabled services in baseline and releng profile to adapt to changes in ``cloud-init`` ≥ 24.3 (renamed
``cloud-init.service`` to ``cloud-init-network.service``, introduced new ``cloud-init-main.service``).
Removed
-------

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-main.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-network.service

View file

@ -1 +0,0 @@
/usr/lib/systemd/system/cloud-init.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-main.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-network.service

View file

@ -1 +0,0 @@
/usr/lib/systemd/system/cloud-init.service