summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
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();
OpenPOWER on IntegriCloud