slitaz-boot-scripts diff init @ rev 301

Added tag 5.0 for changeset 1dbfd813e21e
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 02 17:03:41 2012 +0200 (2012-05-02)
parents 7c84d54e514b
children 6ea85ee8bde8
line diff
     1.1 --- a/init	Fri Mar 23 11:34:16 2012 +0100
     1.2 +++ b/init	Wed May 02 17:03:41 2012 +0200
     1.3 @@ -175,7 +175,7 @@
     1.4  umount /proc
     1.5  [ -n "$size" ] || size="-o size=90%"
     1.6  echo "exec /sbin/init" > /dev/shm/init
     1.7 -if [ $free -lt 50 ] || ! mount -t tmpfs $size tmpfs /mnt; then
     1.8 +if [ $free -lt 100 ] || ! mount -t tmpfs $size tmpfs /mnt; then
     1.9  	echo -e "\\033[70G[ \\033[1;33mSkipped\\033[0;39m]"
    1.10  	exit
    1.11  fi