OK marcelo, alex,

i was able to flash my own build (with marcelo-debug-kernel.img  ....alex told 
me... )

I created a hello.sh in /system/bin/   ...works!!! great!!!!
and I edeted wpa_supplicat.conf     ....


but now I have to edit the mountd.conf like this?

## mountd configuration file
##BUCKI

## add a mount entry for each mount point to be managed by mountd
mount {
    ## root block device with partition map or raw FAT file system
    block_device    /dev/block/mmcblk0
        
    ## mount point for block device
    mount_point     /sdcard
        
    
    ## true if this mount point can be shared via USB mass storage
    enable_ums      true



    ## root block device with partition map or raw FAT file system
    block_device    /dev/block/mmcblk0p2
        
    ## mount point for block device
    mount_point     /sdcard2
        
    
    ## true if this mount point can be shared via USB mass storage
    enable_ums      true
}



...like this my 2nd partitition is NOT mounted...

.-( 

regards
sascha


> -----Ursprüngliche Nachricht-----
> Von: "Marcelo" <[email protected]>
> Gesendet: 16.06.09 17:54:51
> An: Android on Freerunner Development <[email protected]>
> Betreff: Re: [android-freerunner] changing init.rc


> 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
> 


___________________________________________________________________
WEB.DE FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und 
Telefonanschluss für 17,95 Euro/mtl.! http://produkte.web.de/go/02/

_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to