Merge branch 'master' into toutatis

This commit is contained in:
Rubén Rodríguez 2013-05-19 07:51:59 +02:00
commit f59f3b3af7

View file

@ -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
}