wok-next diff busybox/stuff/init @ rev 1900
emacs: typo fix in receipt
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Sat Dec 20 18:45:42 2008 +0100 (2008-12-20) |
parents | 497da1516e30 |
children | 3c8195fabdd1 |
line diff
1.1 --- a/busybox/stuff/init Thu Nov 27 16:12:32 2008 +0000 1.2 +++ b/busybox/stuff/init Sat Dec 20 18:45:42 2008 +0100 1.3 @@ -6,6 +6,7 @@ 1.4 sed 's/.*rootfssize=\([0-9]*[kmg%]\).*/-o size=\1/')" 1.5 free=$(busybox free | busybox awk '/Mem:/ { print int(($4*100)/$3) }') 1.6 umount /proc 1.7 +[ -n "$size" ] || size="-o size=90%" 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 exec /sbin/init