On Sat, 2005-05-07 at 18:36 +0200, Eric Spakman wrote:
> Natanael,

> >I'm not really sure how you build your lrp.
> >
> >chroot into ulibc environment
> >unpack source
> >compile
> >install to /var/tmp/package
> >cd /var/tmp/package 
> >clean (strip away .h .a files, docs, manuals etc)
> >create metadata
> >tar -zcf /dest/package.apk * 
> >
> >There should be no temp files in the package?
> >
> No the problem is not with initial building packages but save the
> config changes in a running system. Because it all runs in RAM changes
> would get lost when you reboot or halt the system. So changes needs to
> get back-upped in the package. That's why we use both list and
> exclude.list files.

Ah, ok...

I have been thinking of package overlays with the local
config/modifications. The original packages are never overwritten.
Instead I use a .backup meta file of all files that should be backed up.
During boot, the runtime apks are first loaded, then will apk overlays
be installed.

So only modifications are stored.

The backup list should only contain files and no directories to avoid
backing up temp files etc.

--
Natanael Copa




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20

_______________________________________________
leaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to