wok diff busybox/stuff/init @ rev 2397

busybox/inetd: improve start script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 09:17:01 2009 +0000 (2009-03-10)
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	Tue Mar 10 09:17:01 2009 +0000
     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/')"