Disable /tmp on tmpfs.

This commit is contained in:
Andreas B. Mundt 2023-04-04 13:05:50 +02:00
parent ba7eca15fa
commit 76562b503b

View file

@ -87,9 +87,3 @@
regexp: '^(XKBOPTIONS=).*' regexp: '^(XKBOPTIONS=).*'
line: '\1"compose:caps"' line: '\1"compose:caps"'
backrefs: yes backrefs: yes
- name: tmp on tmpfs
command: cp /usr/share/systemd/tmp.mount /etc/systemd/system/
args:
creates: /etc/systemd/system/tmp.mount
notify: enable tmp.mount