mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-09-02 06:20:46 +00:00
15 lines
349 B
YAML
15 lines
349 B
YAML
packages:
|
|
- ostree nss-altfiles
|
|
|
|
postprocess:
|
|
# Set up default root config
|
|
- |
|
|
#!/usr/bin/env bash
|
|
mkdir -p /usr/lib/ostree
|
|
cat > /usr/lib/ostree/prepare-root.conf << EOF
|
|
# TODO disabled due to https://github.com/osbuild/bootc-image-builder/issues/149
|
|
#[root]
|
|
#transient = true
|
|
[sysroot]
|
|
readonly = true
|
|
EOF
|