Re: [Leaf-devel] Current Development Image available *Update*

2001-08-08 Thread David Douthitt
David Douthitt wrote: > David Douthitt wrote: > > > I've created a directory for Oxygen development images. The URL is > > > > http://leaf.sourceforge.net/pub/oxygen/development > > > > I would very much like people to try it out. > > PRIOR TO RELEASE > > (with priorities: 1-high 9-low) > > >

RE: [Leaf-devel] Current Development Image available

2001-08-01 Thread Andrew Hoying
> In the current Oxygen release /etc/fstab is loaded later; in the > development image it is created on the fly very early on. > Ahh, cool. I can't wait to play with the new development release. I don't have time to at the moment, unfortunately. Andrew Hoying _

Re: [Leaf-devel] Current Development Image available

2001-08-01 Thread David Douthitt
Andrew Hoying wrote: > > none /var/log tmpfs rw,nodev,noexec,nosuid,size=16m > > none /tmp tmpfs rw,nodev,noexec,nosuid,size=32m > Change the 'none' to 'tmpfs' and this will work. I manually added the fstab > entries on my box when I was testing, but I thought that the fstab file > didn't ge

RE: [Leaf-devel] Current Development Image available

2001-08-01 Thread Andrew Hoying
> > none /var/log tmpfs rw,nodev,noexec,nosuid,size=16m > none /tmp tmpfs rw,nodev,noexec,nosuid,size=32m > Change the 'none' to 'tmpfs' and this will work. I manually added the fstab entries on my box when I was testing, but I thought that the fstab file didn't get loaded until later in the

Re: [Leaf-devel] Current Development Image available

2001-08-01 Thread David Douthitt
Andrew Hoying wrote: > Well, I modified the root.sysconf for mounting to read: > mount -t tmpfs tmpfs /var/log -o rw,nodev,noexec,nosuid,size=16m > mount -t tmpfs tmpfs /tmp -o rw,nodev,noexec,nosuid,size=32m > Obviously the 16m and 32m can be changed to a variable so that the size can > be se

RE: [Leaf-devel] Current Development Image available

2001-08-01 Thread Andrew Hoying
David Douthitt wrote: > Andrew Hoying wrote: > > > The virtual file systems in 2.4, Like tmpfs which I've been using, don't > > need to be 'made' before being used. This is another advantage. > > Means I may have to handle preparing for a mount differently depending > on filesystem type? Well,

Re: [Leaf-devel] Current Development Image available

2001-08-01 Thread David Douthitt
Andrew Hoying wrote: > The virtual file systems in 2.4, Like tmpfs which I've been using, don't > need to be 'made' before being used. This is another advantage. Means I may have to handle preparing for a mount differently depending on filesystem type? > The only advantage I can see to > using

RE: [Leaf-devel] Current Development Image available

2001-07-27 Thread Andrew Hoying
> > David Douthitt wrote: > > > * (2) Verify ability to use ANY filesystem for RAMdisks other than root > > (support should already be there) > > It apparently assumed a minix filesystem; this has been changed. Now > can anyone tell me why mkfs.msdos won't format a ramdisk image? > Something abou

Re: [Leaf-devel] Current Development Image available

2001-07-27 Thread David Douthitt
I'm going to be gone a few days, so don't expect much from me. I'll try to work on this when I get back. Until then, here's what I've got on my ToDo list: David Douthitt wrote: > I've created a directory for Oxygen development images. The URL is > > http://leaf.sourceforge.net/pub/oxygen/dev

Re: [Leaf-devel] Current Development Image available

2001-07-27 Thread David Douthitt
Matthew Schalit wrote: > I just saw your post and tried the two images. > The same thing happened with those two that > happened with the 071201 series, it hangs > on my system right after it says it's going > to run the rcS. I suspect a problem with one of several things: 1. dialog 2. libncurs

Re: [Leaf-devel] Current Development Image available

2001-07-26 Thread Matthew Schalit
David Douthitt wrote: > > I've created a directory for Oxygen development images. The URL is > > http://leaf.sourceforge.net/pub/oxygen/development > > I would very much like people to try it out. The current status of > development goals and desires is: > > PRIOR TO RELEASE > (with prioriti