mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-09-02 06:20:46 +00:00
Part of dropping the "tier" nomenclature which never made sense since the introduction of `tier-x` anyways. Signed-off-by: Colin Walters <walters@verbum.org>
14 lines
264 B
YAML
14 lines
264 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
|
|
[composefs]
|
|
enabled = yes
|
|
[sysroot]
|
|
readonly = true
|
|
EOF
|