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:
parent
fd79934843
commit
b36c03f20c
382 changed files with 4695 additions and 4695 deletions
|
|
@ -2130,12 +2130,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.systemd",
|
||||
"options": {
|
||||
"default_target": "multi-user.target"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.sysconfig",
|
||||
"options": {
|
||||
|
|
@ -2195,6 +2189,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.systemd",
|
||||
"options": {
|
||||
"default_target": "multi-user.target"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.selinux",
|
||||
"options": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue