>>blogic79 wrote:
> 
> 
> --- In [EMAIL PROTECTED] s.com <mailto:foxboard%40yahoogroups.com>, 
> "Geert Vancompernolle"
> <geert.vancompernol [EMAIL PROTECTED]> wrote:
>  >
>  > Hi,
>  >
>  > Could somebody tell me:
>  >
>  > - where the root file system is located in the distributions?
> under devboard/target
Yes, but this directory structure should never be manipulated.
> 
>  > - how I can add a new directory which is mapped to RAM (not to Flash)?
> /var is in ram
> 
>  > - how it is "integrated" in the image we have to flash?
> edit under target and then run make image or make images, cant
> remember which one it was
No not that way.
Instead use the build scripts.
Example: Note how directories are made in 
./packages/initscripts/common/Makefile

snip...

        $(INSTALL) $(OWN) -d $(prefix)/etc/init.d
        $(INSTALL) $(OWN) -d $(prefix)/etc/rcS.d

You could put your own in there.  They will be created in ./target and 
included as part of the image.

> 
>  > I see there's a rootfs.img, but can this be changed easily? Is this
>  > something that can be "re-created" locally and then converted back in
>  > such .img file?
> yes
make images


Reply via email to