Don't mount /var/tmp as tmpfs

mkinitramfs seems to expect a rather large /var/tmp.

Fixes #50.
This commit is contained in:
Johan Gunnarsson 2023-06-04 19:46:24 +02:00
parent 6335d2d2dc
commit 4e86af5fdd
1 changed files with 0 additions and 1 deletions

View File

@ -1,3 +1,2 @@
# <file system> <mount point> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
tmpfs /var/tmp tmpfs nodev,nosuid 0 0