Merge branch 'master' into toutatis
This commit is contained in:
commit
f59f3b3af7
1 changed files with 1 additions and 1 deletions
|
|
@ -198,8 +198,8 @@ tmpumount(){
|
|||
}
|
||||
tmpmount(){
|
||||
[ $MEM -lt 16000000 ] && return
|
||||
echo $PACKAGE | grep -q "linux" && return
|
||||
grep jails/$UPSTREAM-$ARCH/tmp /proc/mounts -q && tmpumount
|
||||
echo $PACKAGE | grep -q "linux" && return
|
||||
mount -t tmpfs -o size=15G none jails/$UPSTREAM-$ARCH/tmp
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue