View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#61
Originally Posted by death_jax View Post
Great app farfary , but If I want to reduce the 49 () seconds to start MeeGo, which part of the preinit file should I edit?
line 352-363:

Code:
multiboot()
{
	modprobe vibra_spi
	modprobe twl4030_keypad
	modprobe twl4030_pwrbutton
        mknod /tmp/touchscreen c 13 67
        mknod /tmp/vibra c 13 70
	mknod /tmp/keypad c 13 68

	/usr/bin/show_png /opt/multiboot/multiboot-full.png
	touch=`cat /proc/bus/input/devices | grep  -A 4 "mXT" | grep "Handlers" | cut -b 13-`
	ii=49
Use a text editor to edit or simply use nano to edit /sbin/preinit/
 

The Following User Says Thank You to thedead1440 For This Useful Post: