From 5fa3d90c464413d8cb270614ecb47b58afcb1a17 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Thu, 10 May 2007 16:54:52 +0000 Subject: fix bug in mount script SVN-Revision: 7177 --- package/base-files/files/sbin/mount_root | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/base-files/files/sbin') diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root index f1d93bafc3..1aa7db7255 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)