summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-12 16:58:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-12 16:58:22 +0200
commit80cf876adbd1a04a182e78c1741384e8bb644649 (patch)
tree0c7fd7f111e6af4aad278d12aa30b7614636a7d9 /package
parent89e8b4697cd4adfc6b49d19fe637560d65030302 (diff)
default for size is bytes, set to kilobyte
Diffstat (limited to 'package')
-rwxr-xr-xpackage/base-files/extra/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/extra/init b/package/base-files/extra/init
index 0d4f3d623..65f33e3d6 100755
--- a/package/base-files/extra/init
+++ b/package/base-files/extra/init
@@ -3,7 +3,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
mount -nt proc proc /proc
size=$(awk '/MemTotal:/ { if ($2 > 16000) { print 4096 } else { print 2048 }}' /proc/meminfo)
mount -o nosuid,nodev,noexec -t sysfs sysfs /sys
-mount none /tmp -t tmpfs -o size=$size
+mount none /tmp -t tmpfs -o size=${size}k
mount none /tmp -t tmpfs -o remount,nosuid,nodev,mode=1777
mount -o nosuid,size=64k,mode=0755 -t tmpfs mdev /dev
mkdir /dev/pts /dev/shm