Merge branch 'var-tmp' into 'main'
Add /var/run -> /run by default Closes #28 See merge request fedora/bootc/base-images!71
This commit is contained in:
commit
58ba425a83
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# https://gitlab.com/fedora/bootc/base-images/-/issues/28
|
||||||
|
set -xeuo pipefail
|
||||||
|
ln -s ../run var/run
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
|
edition: "2024"
|
||||||
# Modern defaults we want
|
|
||||||
boot-location: modules
|
|
||||||
tmp-is-dir: true
|
|
||||||
# https://github.com/CentOS/centos-bootc/issues/167
|
# https://github.com/CentOS/centos-bootc/issues/167
|
||||||
machineid-compat: true
|
machineid-compat: true
|
||||||
# Be minimal
|
# Be minimal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue