Make /var/run a ram mount.

This commit is contained in:
Tom Alexander
2022-11-29 02:33:11 -05:00
parent d6c2e72009
commit 64ed4c42b9
2 changed files with 9 additions and 3 deletions

View File

@@ -94,6 +94,10 @@
src: tmpfs
fstype: tmpfs
opts: rw,mode=777
- dst: /var/run
src: tmpfs
fstype: tmpfs
opts: rw,mode=755
- name: Add fstab entries
when: efi_dev is defined