wok-next diff busybox/stuff/init @ rev 3076

clamav: disable iconv support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 15 10:42:53 2009 +0200 (2009-05-15)
parents f0cb83ba12fd
children ed4e00c9b798
line diff
     1.1 --- a/busybox/stuff/init	Fri Nov 28 17:26:25 2008 +0000
     1.2 +++ b/busybox/stuff/init	Fri May 15 10:42:53 2009 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  
     1.6 -echo -n "switching / to tmpfs..."
     1.7 +echo -n "Switching / to tmpfs..."
     1.8  mount -t proc proc /proc
     1.9  size="$(grep rootfssize= < /proc/cmdline | \
    1.10  	sed 's/.*rootfssize=\([0-9]*[kmg%]\).*/-o size=\1/')"