Create var/run -> ../run by default
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
7d5a0646a5
commit
279b050acb
1 changed files with 4 additions and 0 deletions
4
tier-0/finalize.d/01-var.sh
Executable file
4
tier-0/finalize.d/01-var.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
# https://gitlab.com/fedora/bootc/base-images/-/issues/28
|
||||
set -xeuo pipefail
|
||||
ln -s ../run var/run
|
||||
Loading…
Add table
Add a link
Reference in a new issue