Switch to systemd by default
Closes: https://github.com/CentOS/centos-bootc/issues/449
This commit is contained in:
parent
f5cfd35f0f
commit
2d4c35279a
|
|
@ -4,5 +4,6 @@
|
||||||
"redhat.compose-id": "CentOS-Stream-9-20240304.d.0",
|
"redhat.compose-id": "CentOS-Stream-9-20240304.d.0",
|
||||||
"redhat.id": "centos",
|
"redhat.id": "centos",
|
||||||
"redhat.version-id": "9"
|
"redhat.version-id": "9"
|
||||||
}
|
},
|
||||||
|
"StopSignal": "SIGRTMIN+3"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,6 @@
|
||||||
"redhat.compose-id": "Fedora-ELN-20240326.3",
|
"redhat.compose-id": "Fedora-ELN-20240326.3",
|
||||||
"redhat.id": "fedora",
|
"redhat.id": "fedora",
|
||||||
"redhat.version-id": "ELN"
|
"redhat.version-id": "ELN"
|
||||||
}
|
},
|
||||||
|
"StopSignal": "SIGRTMIN+3"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ etc-group-members:
|
||||||
|
|
||||||
# Default to `bash` in our container, the same as other containers we ship.
|
# Default to `bash` in our container, the same as other containers we ship.
|
||||||
container-cmd:
|
container-cmd:
|
||||||
- /usr/bin/bash
|
- /sbin/init
|
||||||
|
|
||||||
# Note that the default for c9s+ is sqlite; we can't rely on rpm being
|
# 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
|
# in the target (it isn't in tier-0!) so turn this to host here. This
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue