From: mbm Date: Thu, 10 May 2007 16:54:52 +0000 (+0000) Subject: fix bug in mount script X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=9c0d199275f54f1b1f1e972f6cdcda067c941e88 fix bug in mount script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7177 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)