wok diff busybox/stuff/init @ rev 2390
mgetty: fix chroot in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 10 08:59:55 2009 +0000 (2009-03-10) |
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 Tue Mar 10 08:59:55 2009 +0000 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