# HG changeset patch # User Pascal Bellard # Date 1333060017 -7200 # Node ID 07a7cf28186213dce728c8c3f0d74f75bd43d01e # Parent d9d24861212c92041fa5a30532da93b0c82741fa init: fix 256Mb ram case diff -r d9d24861212c -r 07a7cf281862 init --- a/init Wed Mar 28 22:51:13 2012 +0200 +++ b/init Fri Mar 30 00:26:57 2012 +0200 @@ -175,7 +175,7 @@ umount /proc [ -n "$size" ] || size="-o size=90%" echo "exec /sbin/init" > /dev/shm/init -if [ $free -lt 50 ] || ! mount -t tmpfs $size tmpfs /mnt; then +if [ $free -lt 100 ] || ! mount -t tmpfs $size tmpfs /mnt; then echo -e "\\033[70G[ \\033[1;33mSkipped\\033[0;39m]" exit fi