Files
fedora-bootc/build_files/common/setup.sh
Dave Jansen 4b97329839
Some checks failed
Build container image / Build and push image (gnome) (push) Failing after 2m57s
Build container image / Build and push image (niri) (push) Has been cancelled
Don't use relative path to packages.sh
2026-03-12 14:41:30 +09:00

13 lines
247 B
Bash
Executable File

#!/bin/bash
set -ouex pipefail
# Copy System Files onto root
rsync -rvK /ctx/sys_files/ /
# Copy cosign.pub key into the right location
mkdir -p /etc/pki/containers
cp /ctx/cosign.pub /etc/pki/containers/davejansen.pub
/ctx/common/packages.sh