init.cm: Fix sysinit dependencies

sysinit depends on having the filesystems mounted, and userdata
in particular depends on having /data present. Move its startup
to post-fs-data

Change-Id: Iafcc926a3aa310c1afe501d272df5811da500d86
This commit is contained in:
Ricardo Cerqueira 2013-06-12 12:12:18 +01:00
parent c094975dd1
commit 79ba997084
1 changed files with 2 additions and 1 deletions

View File

@ -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