On Tue, Jun 16, 2009 at 09:33, <[email protected]> wrote: > I want to mount my 2nd ext3 partition rw...I also have to do it > in the init.rc...?
Well, the answer I like better is "take a look at mountd and figure out why it's not doing what it's supposed to do in the first place". Take a look at /system/etc/mountd.conf (going from memory here). If that doesn't cut it for you, then the other way is write a patch against vendor/neo/freerunner/init.rc to add a one-shot service that calls a script under /system/etc/, say /system/etc/rc.local that runs scripts in /system/etc/rc.local.d/ in order. Then you could drop a custom script there that does whatever you want, includng mounting extra partitions in the SD card and such. Patches are always welcomed, Marcelo _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
