Skip to content

Commit

Permalink
Make /tmp use tmpfs. (FlashpointProject#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
LindirQuenya authored Sep 12, 2022
1 parent 1d388cf commit 1829d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1829d6d

Please sign in to comment.