slitaz-boot-scripts diff init @ rev 298

Added tag 4.7.2 for changeset e507111d6d32
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 06 08:18:09 2012 +0200 (2012-04-06)
parents 7c84d54e514b
children 6ea85ee8bde8
line diff
     1.1 --- a/init	Fri Mar 23 11:34:16 2012 +0100
     1.2 +++ b/init	Fri Apr 06 08:18:09 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