Create var/run -> ../run by default

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2024-12-13 08:48:42 -05:00
parent 7d5a0646a5
commit 279b050acb
1 changed files with 4 additions and 0 deletions

4
tier-0/finalize.d/01-var.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# https://gitlab.com/fedora/bootc/base-images/-/issues/28
set -xeuo pipefail
ln -s ../run var/run