mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
fix(coreos-base/coreos-base): mount /var/run tmpfs
with root readonly we need /var/run as a tmpfs for dbus, etc to come up
This commit is contained in:
parent
a91cf9f493
commit
afa57ae713
@ -12,3 +12,5 @@
|
||||
#
|
||||
|
||||
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
||||
/dev/ROOT / ext3 defaults 0 0
|
||||
tmpfs /var/run tmpfs defaults 0 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user