From 76a7d8e4439e298bad0cafd2d4cf02173366423d Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 16 Jan 2013 13:29:49 +0000 Subject: Merge git pull request 313 from bcyrill with some modifications --- etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index f77a6f6..4e2ea79 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -126,7 +126,7 @@ echo "."; /* get system memory amount */ $memory = get_memory(); -$avail = $memory[0]; +$avail = $memory[1]; echo " done.\n"; conf_mount_rw(); -- cgit v1.1