Package workstation tools, reuse emulator sessions, and derive build versions

This commit is contained in:
2026-09-23 03:45:48 +08:00
parent 6bfcce8070
commit f5d9f96409
79 changed files with 878 additions and 132 deletions
+4 -1
View File
@@ -26,7 +26,10 @@ trap 'rm -f "$log"' EXIT
dasungd --config /etc/dasungd.toml check
fds --json info | grep -q aarch64
fds-cartridged --help | grep -q SYSFS_ROOT
fds-release --version | grep -qx "fds-release 0.1.0"
. /etc/os-release
fds-release --version | grep -Fx "fds-release $VERSION_ID"
fds --version | grep -Fx "fds $VERSION_ID"
dasungd --version | grep -Fx "dasungd $VERSION_ID"
s6-rc-db -c /etc/s6-rc/compiled list all | grep -qx cartridged
s6-rc-db -c /etc/s6-rc/compiled list all | grep -qx dasungd
s6-rc-db -c /etc/s6-rc/compiled list all | grep -qx test-echo