X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=init.x86.rc;h=b79a42abd5dd7d4e840c04872dd7b821e44a3e99;hb=f89af66c99255c4ebc48ab57a4091db102f14e5c;hp=2acb05c61a65d1743ca0b1e6f8cac200ed8f9dc8;hpb=bc5a2da9259df89769feaa997860591d24537e00;p=android-x86%2Fdevice-generic-common.git diff --git a/init.x86.rc b/init.x86.rc index 2acb05c..b79a42a 100644 --- a/init.x86.rc +++ b/init.x86.rc @@ -14,9 +14,6 @@ on init symlink /sdcard /mnt/sdcard symlink /sdcard /storage/sdcard0 - # Backward compatibility - symlink system/lib /lib - on fs mount_all /fstab.${ro.hardware} @@ -83,6 +80,16 @@ service iprenew_eth0 /system/bin/dhcpcd -n disabled oneshot +service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG + class late_start + disabled + oneshot + +service iprenew_bt-pan /system/bin/dhcpcd -n + class late_start + disabled + oneshot + service nativebridge /system/bin/enable_nativebridge class main disabled