wok diff busybox/stuff/init @ rev 8319

Removed usbip-module. Not need anymore since with have linux-usbip.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:48:00 2011 +0000 (2011-02-01)
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 Feb 01 03:48:00 2011 +0000
     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()