Quote:
Originally Posted by [ACL]
I think we will remove the ro completely. I guess they did it so android does not have to do it.
yeah you can remove that line from install then.
So you finally booting up fine? were you able to ssh into it ?
Still need to test mtd parts. Looks like Lmillers is also bad so need to test yours fully.
|
I think we can keep that ro mount in init script.
Solution to make link of ppp is:
Code:
mount -o remount,rw /system
ln -s /data/ppp /etc/ppp
mount -o remount,ro /system
because of ro mount will avoid /system partition corrupt from system crash or kernel panic! so our android sys will have more stability.