Confirmed users
1,377
edits
No edit summary |
No edit summary |
||
| Line 224: | Line 224: | ||
There will be an /etc/init.d/mozilla and /etc/mozconf script checked into build/tools repository. Copy those files to the right place and run | There will be an /etc/init.d/mozilla and /etc/mozconf script checked into build/tools repository. Copy those files to the right place and run | ||
update-rc.d mozilla defaults | update-rc.d mozilla defaults | ||
Install the uptime-check.py script | |||
cp uptime-check.py /bin/uptime-check.py | |||
==TP4== | |||
install TP4 | |||
rsync -av tp4-source/. root@<devip>:/tools/tp4/. | |||
and on device, fix permissions | |||
chown -R root:root /tools | |||