- ugly hack for bug in connman: "export interface=eth0"
- remove of standalone start of udhcpc
- faster startup
This commit is contained in:
Stephan Raue 2009-12-01 11:15:38 +01:00
parent 35c9fe7c5c
commit 3c6646b816

View File

@ -4,12 +4,13 @@
# #
# runlevels: openelec, text, debug # runlevels: openelec, text, debug
. /etc/sysconfig (
. /etc/sysconfig
progress "Starting Connection Manager" progress "Starting Connection Manager"
connmand export interface=eth0
connmand
udhcpc )&
exit 0 exit 0