From 9c0d199275f54f1b1f1e972f6cdcda067c941e88 Mon Sep 17 00:00:00 2001 From: mbm Date: Thu, 10 May 2007 16:54:52 +0000 Subject: [PATCH] fix bug in mount script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7177 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/sbin/mount_root | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root index f1d93bafc..1aa7db725 100755 --- a/package/base-files/files/sbin/mount_root +++ b/package/base-files/files/sbin/mount_root @@ -2,8 +2,6 @@ # Copyright (C) 2006 OpenWrt.org . /etc/functions.sh -mkdir -p /dev/pts /dev/shm -mount none /dev/pts -t devpts mount none /proc -t proc size=$(awk '/MemTotal:/ {l=5242880;mt=($2*1024);print((s=mt/2)