From: <abe...@us...> - 2016-02-28 00:11:41
|
Revision: 7565 http://sourceforge.net/p/astlinux/code/7565 Author: abelbeck Date: 2016-02-28 00:11:39 +0000 (Sun, 28 Feb 2016) Log Message: ----------- Bump the tmpfs limits for upgrade-run-image and upgrade-asterisk-sounds Modified Paths: -------------- branches/1.0/package/asterisk/upgrade-asterisk-sounds branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-run-image Modified: branches/1.0/package/asterisk/upgrade-asterisk-sounds =================================================================== --- branches/1.0/package/asterisk/upgrade-asterisk-sounds 2016-02-27 23:30:31 UTC (rev 7564) +++ branches/1.0/package/asterisk/upgrade-asterisk-sounds 2016-02-28 00:11:39 UTC (rev 7565) @@ -41,7 +41,7 @@ mount_tmpfs_snd() { mkdir /tmp/snd >/dev/null - if ! mount -t tmpfs -o size=64m none /tmp/snd >/dev/null; then + if ! mount -t tmpfs -o size=76m none /tmp/snd >/dev/null; then rmdir /tmp/snd return 1 fi Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-run-image =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-run-image 2016-02-27 23:30:31 UTC (rev 7564) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-run-image 2016-02-28 00:11:39 UTC (rev 7565) @@ -32,7 +32,7 @@ mount_tmpfs_up() { mkdir /tmp/up >/dev/null - if ! mount -t tmpfs -o size=56m none /tmp/up >/dev/null; then + if ! mount -t tmpfs -o size=76m none /tmp/up >/dev/null; then rmdir /tmp/up return 1 fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |