|
From: <abe...@us...> - 2012-09-06 13:52:56
|
Revision: 5666
http://astlinux.svn.sourceforge.net/astlinux/?rev=5666&view=rev
Author: abelbeck
Date: 2012-09-06 13:52:50 +0000 (Thu, 06 Sep 2012)
Log Message:
-----------
increase default /var size limit to 10 MB
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/etc/rc
Modified: branches/1.0/project/astlinux/target_skeleton/etc/rc
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/rc 2012-09-06 02:31:02 UTC (rev 5665)
+++ branches/1.0/project/astlinux/target_skeleton/etc/rc 2012-09-06 13:52:50 UTC (rev 5666)
@@ -121,7 +121,7 @@
esac
mount -t tmpfs -o size=200k none /dev
- mount -t tmpfs -o size=5000k none /var
+ mount -t tmpfs -o size=10000k none /var
mount -t tmpfs -o size=10000k none /tmp
mount -t sysfs none /sys
@@ -145,7 +145,7 @@
echo "proc /proc proc defaults 0 0
none /dev tmpfs size=200k 0 0
none /tmp tmpfs size=10000k 0 0
-none /var tmpfs size=5000k 0 0
+none /var tmpfs size=10000k 0 0
" >> /tmp/etc/fstab
if [ -d /stat/dev ]; then
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|