manifest/os: move the systemd services stage more to the end

Move the handling of the list of enabled and disabled systemd services
more to the end of the `os` pipeline, just before the SELinux stage.
This has no functional effect on produced images, but it will make it
nicer once the handling of the custom files and directories will be
added to the pipeline. Specifically it should be added right before the
services stage to allow enabling custom service files, but after all
other configurations that are applied to the image.

Regenerate all manifests.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2023-02-01 12:13:19 +01:00 committed by Sanne Raymaekers
parent fd79934843
commit b36c03f20c
382 changed files with 4695 additions and 4695 deletions

View file

@ -5347,12 +5347,6 @@
}
}
},
{
"type": "org.osbuild.systemd",
"options": {
"default_target": "multi-user.target"
}
},
{
"type": "org.osbuild.sysconfig",
"options": {
@ -5389,6 +5383,12 @@
"type": "org.osbuild.zipl",
"options": {}
},
{
"type": "org.osbuild.systemd",
"options": {
"default_target": "multi-user.target"
}
},
{
"type": "org.osbuild.selinux",
"options": {