Switch to systemd by default

Closes: https://github.com/CentOS/centos-bootc/issues/449
This commit is contained in:
Colin Walters 2024-03-26 12:27:29 -04:00
parent f5cfd35f0f
commit 2d4c35279a
3 changed files with 5 additions and 3 deletions

View File

@ -4,5 +4,6 @@
"redhat.compose-id": "CentOS-Stream-9-20240304.d.0",
"redhat.id": "centos",
"redhat.version-id": "9"
}
},
"StopSignal": "SIGRTMIN+3"
}

View File

@ -4,5 +4,6 @@
"redhat.compose-id": "Fedora-ELN-20240326.3",
"redhat.id": "fedora",
"redhat.version-id": "ELN"
}
},
"StopSignal": "SIGRTMIN+3"
}

View File

@ -19,7 +19,7 @@ etc-group-members:
# Default to `bash` in our container, the same as other containers we ship.
container-cmd:
- /usr/bin/bash
- /sbin/init
# Note that the default for c9s+ is sqlite; we can't rely on rpm being
# in the target (it isn't in tier-0!) so turn this to host here. This