Skip to content

Commit

Permalink
refactor(tmpfs.sh): Set the mountpoint size to 100MB for /var/tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Lincicome [W0JRL] <[email protected]>
  • Loading branch information
Jeremy Lincicome [W0JRL] committed Dec 31, 2020
1 parent 9b4aa49 commit abaffda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AllStar-build/rpi/tmpfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# Script Start
rm -rf /tmp/* /tmp/.* /var/tmp/* /var/tmp/*.* &>/dev/null
mount -t tmpfs -o nodev,nosuid,mode=1777,size=100m tmpfs /tmp
mount -t tmpfs -o nodev,nosuid,mode=1777,size=30m tmpfs /var/tmp
mount -t tmpfs -o nodev,nosuid,mode=1777,size=100m tmpfs /var/tmp
exit 0
8 changes: 8 additions & 0 deletions RasLinkCHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## refactor(tmpfs.sh): Set the mountpoint size to 100MB for /var/tmp
>Thu Dec 31 00:04:40 2020 -0700
>Author: Jeremy Lincicome [W0JRL] <[email protected]>
Signed-off-by: Jeremy Lincicome [W0JRL] <[email protected]>


## refactor(zram.sh): Recalculate zram swap size
>Wed Dec 30 23:57:41 2020 -0700
Expand Down

0 comments on commit abaffda

Please sign in to comment.