From 1829d6d4fba5f8598bb1426071025861cdbe76a7 Mon Sep 17 00:00:00 2001 From: "John Berberian, Jr" <53021080+LindirQuenya@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:07:40 -0400 Subject: [PATCH] Make /tmp use tmpfs. (#10) --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index e2d138f..606cfbb 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