From e600bdeccaecb40dabdbcb15484c14320328b878 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 20 Jun 2006 15:40:14 +0000 Subject: [PATCH] mount /proc earlier in /sbin/mount_root SVN-Revision: 4022 --- openwrt/package/base-files/au1000-2.6/sbin/mount_root | 1 + openwrt/package/base-files/default/sbin/mount_root | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openwrt/package/base-files/au1000-2.6/sbin/mount_root b/openwrt/package/base-files/au1000-2.6/sbin/mount_root index 5dd1b0c562..bc4165ca30 100755 --- a/openwrt/package/base-files/au1000-2.6/sbin/mount_root +++ b/openwrt/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)