From afbecb85b60e4dc6027e130e6e73b87266da749e Mon Sep 17 00:00:00 2001 From: LindirQuenya <53021080+LindirQuenya@users.noreply.github.com> Date: Thu, 14 Jul 2022 22:16:19 -0400 Subject: [PATCH] Make /tmp use tmpfs. --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index d4e7dbc..de9882b 100755 --- a/setup.sh +++ b/setup.sh @@ -7,6 +7,7 @@ fi # disable filesystem checking (no e2fsprogs) sed -i 's/1$/0/' /etc/fstab +echo tmpfs /tmp tmpfs nosuid,nodev,noatime 0 0 >> /etc/fstab # setup networking echo 'flashpointvm' >/etc/hostname