OSDN Git Service

Remove androidboot.hardware from cmdline
[android-x86/device-generic-common.git] / init.x86.rc
index 2acb05c..b79a42a 100644 (file)
@@ -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