wok diff busybox/stuff/init @ rev 8147

busybox/init: may create /init.log
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 25 11:28:24 2011 +0100 (2011-01-25)
parents 874e4034d260
children cac91cb91a2c
line diff
     1.1 --- a/busybox/stuff/init	Fri Jan 21 11:09:19 2011 +0100
     1.2 +++ b/busybox/stuff/init	Tue Jan 25 11:28:24 2011 +0100
     1.3 @@ -11,6 +11,7 @@
     1.4  {
     1.5  	umount /proc
     1.6  	echo -e "\\033[70G[ \\033[1;31mFailed\\033[0;39m ]"
     1.7 +	conspy -d 1 > /init.log
     1.8  }
     1.9  
    1.10  try_init()