diff --git a/prebuilt/common/etc/init.local.rc b/prebuilt/common/etc/init.local.rc index 213a68e8..d62c1c24 100644 --- a/prebuilt/common/etc/init.local.rc +++ b/prebuilt/common/etc/init.local.rc @@ -11,10 +11,10 @@ on post-fs-data chmod 0771 /cache/dalvik-cache mkdir /data/.ssh 0750 root shell -on boot # Run sysinit start sysinit +on boot chown system system /sys/block/mmcblk0/queue/scheduler chmod 0664 /sys/block/mmcblk0/queue/scheduler @@ -47,3 +47,4 @@ service compcache /system/bin/handle_compcache service sysinit /system/bin/sysinit user root oneshot + disabled