Skip to content

Commit

Permalink
Merge pull request #3 from LindirQuenya/tmp-tmpfs
Browse files Browse the repository at this point in the history
Make /tmp use tmpfs.
  • Loading branch information
LindirQuenya authored Jul 15, 2022
2 parents c9d8ba1 + afbecb8 commit 2b1e7df
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 2b1e7df

Please sign in to comment.