On 12/7/01 at 7:46 PM, David Douthitt <[EMAIL PROTECTED]> wrote:

> In http://leaf.sourceforge.net/pub/oxygen/development
> 
> There is a new oxygen-120801.ima image, and a oxygen.iso. 
> The *.iso still has a few bugs, but I wanted to get things
> on CD for starters. It's actually pretty solid, but
> there's a couple gotchas:
> 
> * No configurations listed work :)  You just have to
> "know" what they are: smallnet, largenet, cdrom, rescue,
> firewall, misc...
> 
> * No configurations NOT listed work... well, they don't
> load extra packages anyway.  All necessary basic packages
> do load (sigh).

This last is easy to fix, if you want to burn your own: the *.conf
files (package lists) need to be relative to the mount point.  In vi,
do this:

:%s/^/pkgs\//

...or at the shell, do this:

for i in *.conf ; do echo "$i...." ; \
cp $i $i.tmp ; sed 's/^/pkgs\//' $i.tmp > $i ; rm -f $i.tmp ; \
done

...this last is destructive; be careful and make SURE I got it
right...
--
David Douthitt
UNIX Systems Administrator
HP-UX, Unixware, Linux
[EMAIL PROTECTED]

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

Reply via email to