aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/au1000-2.6/sbin/mount_root
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-20 15:40:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-20 15:40:14 +0000
commitc5fd401083bf1bbef815426c87816ed8c036d938 (patch)
treeae7512c3264c823a51c90ac3fee6531181cffad3 /package/base-files/au1000-2.6/sbin/mount_root
parent1061ac714a5c2a86fced492d7ccc3c865ebc3bb2 (diff)
downloadmaster-187ad058-c5fd401083bf1bbef815426c87816ed8c036d938.tar.gz
master-187ad058-c5fd401083bf1bbef815426c87816ed8c036d938.tar.bz2
master-187ad058-c5fd401083bf1bbef815426c87816ed8c036d938.zip
mount /proc earlier in /sbin/mount_root
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4022 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/au1000-2.6/sbin/mount_root')
-rwxr-xr-xpackage/base-files/au1000-2.6/sbin/mount_root1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/au1000-2.6/sbin/mount_root b/package/base-files/au1000-2.6/sbin/mount_root
index 5dd1b0c562..bc4165ca30 100755
--- a/package/base-files/au1000-2.6/sbin/mount_root
+++ b/package/base-files/au1000-2.6/sbin/mount_root
@@ -1,4 +1,5 @@
#!/bin/sh
+mount none /proc -t proc
size=$(awk '/Mem:/ {l=5242880;print((s=$2/2)<l)?$2-l:s}' /proc/meminfo)
mount none /tmp -t tmpfs -o size=$size