OSDN Git Service

Remove androidboot.hardware from cmdline
[android-x86/device-generic-common.git] / init.x86.rc
index 42ae1c3..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}
 
@@ -24,8 +21,6 @@ on post-fs
     exec -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh
 
 on post-fs-data
-    sysclktz 1
-
     mkdir /data/misc/wifi 0770 wifi wifi
     mkdir /data/misc/wifi/sockets 0770 wifi wifi
     mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi
@@ -37,7 +32,6 @@ on post-fs-data
 
 on boot
     setprop ro.radio.use-ppp yes
-    setprop ro.radio.noril no
     setprop status.battery.state Slow
     setprop status.battery.level 5
     setprop status.battery.level_raw  50
@@ -86,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