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:
parent
9fb735bf65
commit
a0af54f3a2
7 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-init-main.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-init-network.service
|
|
@ -1 +0,0 @@
|
|||
/usr/lib/systemd/system/cloud-init.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-init-main.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-init-network.service
|
|
@ -1 +0,0 @@
|
|||
/usr/lib/systemd/system/cloud-init.service
|
Loading…
Add table
Reference in a new issue