16 lines
349 B
YAML
16 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
|