mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-09-02 14:30: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>
6 lines
191 B
Bash
Executable file
6 lines
191 B
Bash
Executable file
#!/bin/bash
|
|
# https://gitlab.com/fedora/bootc/base-images/-/issues/28
|
|
set -xeuo pipefail
|
|
ln -s ../run var/run
|
|
# https://gitlab.com/fedora/bootc/tracker/-/issues/58
|
|
mkdir -p var/lib/rpm-state
|