Andrew Dodd | 670d14c | 2013-09-28 17:03:47 -0400 | [diff] [blame] | 1 | # Custom Extras |
Andrew Dodd | 3fa72fb | 2013-09-28 12:19:27 -0400 | [diff] [blame] | 2 | |
| 3 | on init |
Andrew Dodd | 3fa72fb | 2013-09-28 12:19:27 -0400 | [diff] [blame] | 4 | export TERMINFO /system/etc/terminfo |
| 5 | export TERM linux |
| 6 | |
| 7 | on 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) |
| 17 | service sysinit /system/bin/sysinit |
| 18 | user root |
| 19 | oneshot |
| 20 | disabled |