mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
fix(coreos-base/coreos-base): remove /var/run from fstab
No longer needed as systemd is installed with a unit to bind /var/run to /run which is always a tmpfs mount. Binding the two seems cleaner.
This commit is contained in:
parent
16ce227d79
commit
7754ca2131
@ -13,4 +13,3 @@
|
||||
|
||||
# <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