ci: rework build
Some checks failed
Build containers / Build and push image (asahi-cosmic, 43) (push) Failing after 1h15m45s

This commit is contained in:
2026-02-22 15:37:25 +01:00
committed by Wesley van Tilburg
parent 71ccffc6a3
commit 3345acfa73
7 changed files with 64 additions and 99 deletions

View File

@@ -173,26 +173,6 @@ postprocess:
Z /etc/colord/ - colord colord
EOF
#Enable Compose FS
- |
#!/usr/bin/env bash
set -xeuo pipefail
cat >> /usr/lib/ostree/prepare-root.conf << 'EOF'
[composefs]
enabled = yes
EOF
#Sysroot read-only
- |
#!/usr/bin/env bash
set -xeuo pipefail
install -dm 0755 -o 0 -g 0 /usr/lib/ostree
cat >> /usr/lib/ostree/prepare-root.conf << 'EOF'
[sysroot]
readonly = true
EOF
packages:
# systemd. Also name systemd-pam because it was dropped to a recommends