Eee PC boot setup services
Monday, January 21st, 2008Previously heard that there are ways to let Eee PC in the boot when normal services (service), for example, dbus, bluetooth. It was mentioned recently to see / etc / fastservices, give it a try today, really ah, that first call fastinit / usr / sbin / services.sh, the / usr / sbin / services.sh be strong, it is only the implementation of a "boot", will be inside: 1. network parameter settings 2. load modules For example, USB 3. Implementation of the acpid (hotkey is the service) 4. Finally, a sound card to open today is the focus of the code is as follows: if [-f / etc / fastservices]; then for i in `cat / etc / fastservices `; do / usr / sbin / invoke-rc.d $ i start done fi means to find / etc / fastservices this file, put inside his party and his party was to open the boot services, for example, we want to use Bluetooth, To dbus, bluetooth two lines. Reference: http://wiki.eeeuser.com/howto:starting_services






