Create var/run -> ../run by default
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
7d5a0646a5
commit
279b050acb
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# https://gitlab.com/fedora/bootc/base-images/-/issues/28
|
||||||
|
set -xeuo pipefail
|
||||||
|
ln -s ../run var/run
|
||||||
Loading…
Reference in New Issue