X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=blobdiff_plain;f=init.x86.rc;h=90018415087b1f8cd2a796364773a2221e2a7d71;hp=47022b4d292f46952e5470fb07d5931a17e30b2d;hb=3b1393ca4cd6095031d28ceec30ba6ca24a93740;hpb=9cdbe12d0604720d110109fdaf5663ab8e428d93 diff --git a/init.x86.rc b/init.x86.rc index 47022b4..9001841 100644 --- a/init.x86.rc +++ b/init.x86.rc @@ -45,6 +45,10 @@ on init exec /system/bin/logwrapper /system/bin/sh /system/etc/init.sh +on fs + mount_all /fstab.${ro.hardware} + setprop ro.crypto.fuse_sdcard true + on post-fs-data sysclktz 1 @@ -81,12 +85,6 @@ on boot # workaround for h.265 slowness setprop sys.media.vdec.drop 0 -on fs - setprop ro.crypto.fuse_sdcard true - # manually start class late_start since we don't use mount_all - class_start main - class_start late_start - service wpa_supplicant /system/bin/wpa_supplicant -c/data/misc/wifi/wpa_supplicant.conf \ -ddddd \ -iwlan0 -Dnl80211 \