mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-27 19:42:40 +00:00
10 lines
342 B
YAML
10 lines
342 B
YAML
postprocess:
|
|
- |
|
|
#!/bin/bash
|
|
set -xeuo pipefail
|
|
cat >/usr/lib/tmpfiles.d/bootc-base-rpmstate.conf <<'EOF'
|
|
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=771713
|
|
d /var/lib/rpm-state 0755 - - -
|
|
EOF
|
|
# Workaround for https://issues.redhat.com/browse/RHEL-106203
|
|
rm -f /usr/lib/tmpfiles.d/home.conf
|