Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 6eea18d

Browse files
authored
Merge pull request #452 from cgwalters/entrypoint-cmd
Switch to systemd by default
2 parents f5cfd35 + 2d4c352 commit 6eea18d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

centos-bootc-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"redhat.compose-id": "CentOS-Stream-9-20240304.d.0",
55
"redhat.id": "centos",
66
"redhat.version-id": "9"
7-
}
7+
},
8+
"StopSignal": "SIGRTMIN+3"
89
}

fedora-bootc-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"redhat.compose-id": "Fedora-ELN-20240326.3",
55
"redhat.id": "fedora",
66
"redhat.version-id": "ELN"
7-
}
7+
},
8+
"StopSignal": "SIGRTMIN+3"
89
}

tier-0/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ etc-group-members:
1919

2020
# Default to `bash` in our container, the same as other containers we ship.
2121
container-cmd:
22-
- /usr/bin/bash
22+
- /sbin/init
2323

2424
# Note that the default for c9s+ is sqlite; we can't rely on rpm being
2525
# in the target (it isn't in tier-0!) so turn this to host here. This

0 commit comments

Comments
 (0)