From: Michael Mrozek Date: Fri, 27 Apr 2012 00:26:08 +0000 (+0200) Subject: service.conf: Add USB Host Daemon to services list for Startup-Settings dialogue X-Git-Tag: sz_beta4~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=970d3fa762139bcdda1038ca17a30513d5faa07a service.conf: Add USB Host Daemon to services list for Startup-Settings dialogue --- diff --git a/recipes/pandora-system/pandora-scripts/service.conf b/recipes/pandora-system/pandora-scripts/service.conf index abf236c..1bb7932 100644 --- a/recipes/pandora-system/pandora-scripts/service.conf +++ b/recipes/pandora-system/pandora-scripts/service.conf @@ -1,5 +1,6 @@ /etc/rc5.d/S20samba#Start Samba on bootup#update-rc.d -f samba remove#update-rc.d -f samba defaults 20 -/etc/rc5.d/S30wl1251-init#Start Wifi on bootup#update-rc.d -f wl1251-init remove#update-rc.d -f wl1251-init defaults 30 40 +/etc/rc5.d/S30wl1251-init#Enable Wifi on bootup#update-rc.d -f wl1251-init remove#update-rc.d -f wl1251-init defaults 30 40 +/etc/rc5.d/S30usbhost#Enable USB Host on bootup#update-rc.d -f usbhost remove#update-rc.d -f usbhost defaults 30 40 /etc/rc5.d/S10dropbear#Start Dropbear (SSH login) on bootup#update-rc.d -f dropbear remove#update-rc.d -f dropbear defaults 10 /etc/rcS.d/S39alsa-state#Save/Restore ALSA Mixer Settings#update-rc.d -f alsa-state remove#update-rc.d -f alsa-state start 39 S . stop 31 0 1 6 . /etc/rcS.d/S45mountnfs.sh#Mount remote filesystems on bootup#update-rc.d -f mountnfs.sh remove;update-rc.d -f umountnfs.sh remove#update-rc.d -f mountnfs.sh start 45 S . ;update-rc.d -f umountnfs.sh start 31 0 6 .