Re: [Leaf-devel] Packaging

2001-04-09 Thread Ewald Wasscher
David Douthitt wrote: > Ewald Wasscher wrote: > >> David Douthitt wrote: > >>> BB has as one requirement that it only use glibc as I remember. >> >> debian:~/lrp-2.9.8/build/busybox-0.50# grep --context=3 uClib * >> README- >> README-Supported libcs: >> README- >> README: glibc-2.0.x, glibc-

Re: [Leaf-devel] Packaging

2001-04-09 Thread David Douthitt
Ewald Wasscher wrote: > > David Douthitt wrote: > > BB has as one requirement that it only use glibc as I remember. > debian:~/lrp-2.9.8/build/busybox-0.50# grep --context=3 uClib * > README- > README-Supported libcs: > README- > README: glibc-2.0.x, glibc-2.1.x, Linux-libc5, uClibc. People

Re: [Leaf-devel] Packaging

2001-04-09 Thread Ewald Wasscher
David Douthitt wrote: > George Metz wrote: > >> On the other hand, Busybox isn't that huge... 95k in 2.9.8. > > > 156k in Oxygen. > >> It's possible >> that we can get the whole shebang in there if BB only needs one or two of >> the libs. > > > BB has as one requirement that it only use

Re: [Leaf-devel] Packaging

2001-04-09 Thread David Douthitt
Ewald Wasscher wrote: > > George Metz wrote: > > Thought here is to get a bootstrap initrd archive up and running first, > > then use what it contains to load System packages, then addon packages, > > from a significantly larger medium than a floppy disk. In this case, if > > we're using bzip2,

Re: [Leaf-devel] Packaging

2001-04-09 Thread David Douthitt
[EMAIL PROTECTED] wrote: > Then you need to re-read the man page for tar. That would be > horrendous default behavior in *nix. This isn't DOS... where the user == > the sysadmin :) In the book "UNIX System Administration", by David Fiedler and Bruce Hunter, it says this: tar's syntax is simpl

Re: [Leaf-devel] Packaging

2001-04-09 Thread David Douthitt
George Metz wrote: > > On Sat, 7 Apr 2001, Ewald Wasscher wrote: > > Tweaking linuxrc so that > > it will work with busybox's sed applet instead of GNU sed could save a > > few bytes too. > As for Sed, well, sed is an uncompressed 17k, so I don't know that the > savings would be worth making li

Re: [Leaf-devel] Packaging

2001-04-09 Thread David Douthitt
George Metz wrote: > On the other hand, Busybox isn't that huge... 95k in 2.9.8. 156k in Oxygen. > It's possible > that we can get the whole shebang in there if BB only needs one or two of > the libs. BB has as one requirement that it only use glibc as I remember.

Re: [Leaf-devel] Packaging

2001-04-07 Thread George Metz
On Sat, 7 Apr 2001, Charles Steinkuehler wrote: > This is pretty much the direction I plan to go to make my CD/HDD/floppy-boot > stuff more flexible (it's nice not to have multiple versions of everything > to maintain!). Also, a very thin 'bootstrap' initrd that 99% of the users > would never ha

Re: [Leaf-devel] Packaging

2001-04-07 Thread George Metz
On Sat, 7 Apr 2001, Ewald Wasscher wrote: > > Please, someone who's monkeyed with the default 2.9.8 Linuxrc script, > > doublecheck me on that. > > I wouldn't swear on it, but I think this is accurate. Close enough for government work. > This could be a nice way of loading the bulk of leaf from

Re: [Leaf-devel] Packaging

2001-04-07 Thread Mike Noyes
Charles Steinkuehler, 2001-04-07 09:10 -0500 >Check out my latest hard-disk HOWTO. In the section on running 2.9.8 off >a hard-disk, I have an updated linuxrc that loads modules at boot-time >(useful for gaining access to CD-ROMs or HDD's without a kernel re- >compile). Also, I re-worked the ord

Re: [Leaf-devel] Packaging

2001-04-07 Thread Charles Steinkuehler
> > No. A new patch would be required, or the root archive would > > need to be in gzip instead of bzip2 format; but much/most of > > the root stuff might be able to be moved into a root2 package > > that is bzipped... > > (Clears throat, steps forward) > > ACTUALLY, David and I had a long discuss

Re: [Leaf-devel] Packaging

2001-04-07 Thread Ewald Wasscher
George Metz wrote: > > This is based on the boot sequence in initrd archive, to the point of > loading packages, as follows: > > 1. Creates links to busybox for ln, cat, and mkdir. > 2. Creates the base directory structure with the above. > 3. Creates busybox and POSIXness links. > 4. Makes t

Re: [Leaf-devel] Packaging

2001-04-07 Thread Ewald Wasscher
David Douthitt wrote: > > bzip2 is supposed to be pretty good; why not use root.tgz and all the > rest are *.bgz or whatever the standard is but then, there > probably isn't any. The zip code for root.tgz is contained within the > kernel, so you could actually remove gzip and use bzip2. Th

Re: [Leaf-devel] Packaging

2001-04-07 Thread George Metz
On Fri, 6 Apr 2001 [EMAIL PROTECTED] wrote: > No. A new patch would be required, or the root archive would > need to be in gzip instead of bzip2 format; but much/most of > the root stuff might be able to be moved into a root2 package > that is bzipped... (Clears throat, steps forward) ACTUALLY,

Re: [Leaf-devel] Packaging

2001-04-07 Thread Jack Coates
I expand the lrp's as a regular user to avoid that. -- Jack Coates Monkeynoodle: It's what's for dinner! On Thu, 5 Apr 2001, Scott C. Best wrote: > > Actually I like .lrp as well, though my complaint > with it is different. I find it difficult to extract files > from a .lrp without poten

Re: [Leaf-devel] Packaging

2001-04-07 Thread jdnewmil
On Fri, 6 Apr 2001, David Douthitt wrote: > I'm surprised no one is understanding this complaint; I think I > understand it perfectly. It has occurred to me also. Some good points are made below, but the temporary copy still seems unnecessary. > [EMAIL PROTECTED] wrote: > > > > On Thu, 5 Apr

Re: [Leaf-devel] Packaging

2001-04-07 Thread David Douthitt
[EMAIL PROTECTED] wrote: > > On Fri, Apr 06, 2001 at 06:29:16AM -0500, David Douthitt scribbled: > > My understanding is that tar takes your pathname as specified when you > > pack. For example, > > > > tar cvf file.tar . > > ...creates files with names like "./myfile1" "./myfile2" etc. > > > >

Re: [Leaf-devel] Packaging

2001-04-07 Thread David Douthitt
[EMAIL PROTECTED] wrote: > > On Fri, Apr 06, 2001 at 08:40:43PM +0200, Ewald Wasscher scribbled: > > That's a good point. I quite often open on windows machines using > > winzip, and having to rename the file to package.tgz is a bit inconvenient. > > Well, either go into winzip and go file->ope

Re: [Leaf-devel] Packaging

2001-04-07 Thread David Douthitt
[EMAIL PROTECTED] wrote: > > On Thu, Apr 05, 2001 at 06:19:01PM -0500, David Douthitt scribbled: > > It is COMMON and well-understood and used by EVERYONE. Every serious > > unpacker for the Windows/DOS/BeOS/UNIX. platform will understand a > > *.tgz file... > > Agreed. That's the advantag

Re: [Leaf-devel] Packaging

2001-04-06 Thread thc
On Fri, Apr 06, 2001 at 08:47:48PM +0200, Ewald Wasscher scribbled: > > Too many package formats use .tgz as their name. > > > > What if we started using bzip2 for our packages and called > > them .tbz? Nobody uses .tbz for _anything_ not even bzip2'd > > tar files. > > Would be nice (see my las

Re: [Leaf-devel] Packaging

2001-04-06 Thread thc
On Fri, Apr 06, 2001 at 08:40:43PM +0200, Ewald Wasscher scribbled: > > I seem to be somewhat alone in that I *LIKE* the *.lrp packaging; > Personally I like the simpicity. Me, I like the simplicity more than the simpicity. ;) > That's a good point. I quite often open on windows machines using

Re: [Leaf-devel] Packaging

2001-04-06 Thread thc
On Fri, Apr 06, 2001 at 06:29:16AM -0500, David Douthitt scribbled: > My understanding is that tar takes your pathname as specified when you > pack. For example, > > tar cvf file.tar . > ...creates files with names like "./myfile1" "./myfile2" etc. > > tar cvf file.tar * > ...creates files with

Re: [Leaf-devel] Packaging

2001-04-06 Thread Ewald Wasscher
[EMAIL PROTECTED] wrote: > On Thu, Apr 05, 2001 at 04:51:59PM -0500, David Douthitt scribbled: > >> I seem to be somewhat alone in that I *LIKE* the *.lrp packaging; >> there is only one change I would make: rename the files from *.lrp to >> *.tgz. This adds the ability to know what the file fo

Re: [Leaf-devel] Packaging

2001-04-06 Thread thc
On Thu, Apr 05, 2001 at 06:19:01PM -0500, David Douthitt scribbled: > > Too many package formats use .tgz as their name. > > No, there is only one: a file that has been created by tar and > compressed by gzip. Everything else is a file. Slackware, FreeBSD, and OpenBSD all distribute their packa

Re: [Leaf-devel] Packaging

2001-04-06 Thread Ewald Wasscher
David Douthitt wrote: > I seem to be somewhat alone in that I *LIKE* the *.lrp packaging; Personally I like the simpicity. > there is only one change I would make: rename the files from *.lrp to > *.tgz. This adds the ability to know what the file format is, and > allows Windows hosts to decip

Re: [Leaf-devel] Packaging

2001-04-06 Thread Scott C. Best
Jeff: heya... > > Jeff: > > Sorry you don't agree. > > Well, I am too. I feel like one of us is operating under some > misconceptions about how lrpkg or tar works. By continuing this > thread, I hope to grok your concern, or perhaps you will find your > concerns were not justified.

Re: [Leaf-devel] Packaging

2001-04-06 Thread Charles Steinkuehler
> Actually I like .lrp as well, though my complaint > with it is different. I find it difficult to extract files > from a .lrp without potentially overwriting important system > binaries on the development box. > What'd be *much* nicer is if package.lrp expanded > to /tmp/package, and then /tmp/pa

Re: [Leaf-devel] Packaging

2001-04-06 Thread Pim van Riezen
On Thu, 5 Apr 2001, S.C.Best wrote: > Jeff: > Sorry you don't agree. What I mean to say was, suppose > my currently running system has a working /etc/dnscache (for > example). I'd be ill advised to extract a new dnscache.lrp without > carefully controlling where it untar's. The defaults wou

Re: [Leaf-devel] Packaging

2001-04-06 Thread David Douthitt
I'm surprised no one is understanding this complaint; I think I understand it perfectly. It has occurred to me also. [EMAIL PROTECTED] wrote: > > On Thu, 5 Apr 2001, S.C.Best wrote: > > I'd be ill advised to extract a new dnscache.lrp without > > carefully controlling where it untar's. The def

Re: [Leaf-devel] Packaging

2001-04-06 Thread David Douthitt
[EMAIL PROTECTED] wrote: > > On Thu, 5 Apr 2001, Scott C. Best wrote: > > > > > Actually I like .lrp as well, though my complaint > > with it is different. I find it difficult to extract files > > from a .lrp without potentially overwriting important system > > binaries on the development

Re: [Leaf-devel] Packaging

2001-04-05 Thread jdnewmil
On Thu, 5 Apr 2001, S.C.Best wrote: > Jeff: > Sorry you don't agree. Well, I am too. I feel like one of us is operating under some misconceptions about how lrpkg or tar works. By continuing this thread, I hope to grok your concern, or perhaps you will find your concerns were not justifie

Re: [Leaf-devel] Packaging

2001-04-05 Thread George Metz
On Thu, 5 Apr 2001, Scott C. Best wrote: > > Actually I like .lrp as well, though my complaint > with it is different. I find it difficult to extract files > from a .lrp without potentially overwriting important system > binaries on the development box. Erm... I've never had a problem wit

Re: [Leaf-devel] Packaging

2001-04-05 Thread S.C.Best
Jeff: Sorry you don't agree. What I mean to say was, suppose my currently running system has a working /etc/dnscache (for example). I'd be ill advised to extract a new dnscache.lrp without carefully controlling where it untar's. The defaults would overwrite what's my system was using.

Re: [Leaf-devel] Packaging

2001-04-05 Thread jdnewmil
On Thu, 5 Apr 2001, Scott C. Best wrote: > > Actually I like .lrp as well, though my complaint > with it is different. I find it difficult to extract files > from a .lrp without potentially overwriting important system > binaries on the development box. I don't grok this. I have never ha

Re: [Leaf-devel] Packaging

2001-04-05 Thread Mike Noyes
David Douthitt, 2001-04-05 18:19 -0500 >UNIX originally did EVERYTHING in files why not use [files] in >our packaging? > >So... NO special format, NO special databases, NO special "support" >files needed, NO anything - just tar, gzip, and files. David, This package FAQs from the new Midori L

Re: [Leaf-devel] Packaging

2001-04-05 Thread David Douthitt
[EMAIL PROTECTED] wrote: > > On Thu, Apr 05, 2001 at 04:51:59PM -0500, David Douthitt scribbled: > > I seem to be somewhat alone in that I *LIKE* the *.lrp packaging; > > there is only one change I would make: rename the files from *.lrp to > > *.tgz. This adds the ability to know what the file

Re: [Leaf-devel] Packaging

2001-04-05 Thread Scott C. Best
Actually I like .lrp as well, though my complaint with it is different. I find it difficult to extract files from a .lrp without potentially overwriting important system binaries on the development box. What'd be *much* nicer is if package.lrp expanded to /tmp/package, and then /t

Re: [Leaf-devel] Packaging

2001-04-05 Thread thc
On Thu, Apr 05, 2001 at 04:51:59PM -0500, David Douthitt scribbled: > I seem to be somewhat alone in that I *LIKE* the *.lrp packaging; > there is only one change I would make: rename the files from *.lrp to > *.tgz. This adds the ability to know what the file format is, and > allows Windows host

Re: [Leaf-devel] Packaging & Butterfly

2001-01-02 Thread Jack Coates
On Tue, 2 Jan 2001, Paul Batozech wrote: > Eric Wolzak wrote: > > > > Hello > > > this sounds interesting. Is the new system going to be 2.4 based? I ask > > > because 2.4 is supposed to have stateful inspection, which makes firewall > > > a much more applicable term. > > i would like that also v

Re: [Leaf-devel] Packaging & Butterfly

2001-01-02 Thread Paul Batozech
Eric Wolzak wrote: > > Hello > > this sounds interesting. Is the new system going to be 2.4 based? I ask > > because 2.4 is supposed to have stateful inspection, which makes firewall > > a much more applicable term. > i would like that also very much > > > > I'd be interested in helping out on a

Re: [Leaf-devel] Packaging & Butterfly

2001-01-02 Thread Eric Wolzak
Hello > this sounds interesting. Is the new system going to be 2.4 based? I ask > because 2.4 is supposed to have stateful inspection, which makes firewall > a much more applicable term. i would like that also very much > > I'd be interested in helping out on a firewall script system, but I don't

Re: [Leaf-devel] Packaging & Butterfly

2001-01-02 Thread Jack Coates
this sounds interesting. Is the new system going to be 2.4 based? I ask because 2.4 is supposed to have stateful inspection, which makes firewall a much more applicable term. I'd be interested in helping out on a firewall script system, but I don't have a great deal of time. Have you checked out