Arne Bernin wrote:

On Tue, 2004-12-14 at 17:18, Charles Steinkuehler wrote:

Arne Bernin wrote:


ok, just subscribed and continuing on leaf-devel.




I don't have any fundamental objection to doing this, I just wonder how useful it would be. In order to automatically create the leaf.cfg file, you'd already have to have a working LEAF system, meaning your PKGPATH and other critical settings would have to be correct.


Ok. I am about to finish some kind of (very) primitive apt-get clone.
Now i am able to install new packages quite easy (no more downloading
via http, scp to firewall, copying to my harddisk, ...). The only thing
i am still missing is, that after installing all the packages (about 35
on my firewall) i would like to generate the LRP line in leaf.cfg...
just my lazyness...


what about

LRP=""
for i in `find $MOUNT -name  \*.lrp`
do
LRP="$LRP `basename $i .lrp`"
done

echo $LRP


cheers Erich



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/


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

Reply via email to