Geert Vancompernolle wrote:
>
>
> Thanks for the info, Mark
>
> I tried already a few things (mailed them in this thread here, should
> already be there by now). Unfortunately, without success...
>
> I was not at all doing it the way you propose.
>
> However, the scripts you refer to are still a bit cryptic to me (I'm
> not a Linux and/or script expert yet, sorry).
>
> What I want in fact, is the following:
>
> In the /var directory, next to /tmp I want to have a directory called
> /domotics.
>
> With your way of working, could you show me to do this exactly, if not
> asked too much? Would help me a lot...
in packages/filesystem/makefile
add a line:
$(INSTALL) $(OWN) -m 01777 -d $(prefix)/var/tmp/domotics
after the lines:
$(INSTALL) $(OWN) -m 01777 -d $(prefix)/var/tmp
ln -sfn var/tmp $(prefix)/tmp
Make sure your editor is unix-compatible! (no carraige returns for line
endings).
After this, run ./configure in the build directory, then make to
generate a new image.