blob: aaea971cccbe74f61e8197b008c875cb153d2b20 [file] [log] [blame]
Andrew Dodd670d14c2013-09-28 17:03:47 -04001# Custom Extras
Andrew Dodd3fa72fb2013-09-28 12:19:27 -04002
3on init
Andrew Dodd3fa72fb2013-09-28 12:19:27 -04004 export TERMINFO /system/etc/terminfo
5 export TERM linux
6
7on post-fs-data
8 mkdir /cache/dalvik-cache 0771 system system
9 chown system system /cache/dalvik-cache
10 chmod 0771 /cache/dalvik-cache
11 mkdir /data/.ssh 0750 root shell
12
13 # Run sysinit
14 start sysinit
15
16# sysinit (/system/etc/init.d)
17service sysinit /system/bin/sysinit
18 user root
19 oneshot
20 disabled