Re: New ofpath and yabootconfig: Added devfs support, PLEASE TEST

2001-05-26 Thread Tom Rini
On Thu, May 24, 2001 at 06:44:25PM -0700, Tom Rini wrote: > On Thu, May 24, 2001 at 04:44:35PM -0800, Ethan Benson wrote: > > On Thu, May 24, 2001 at 05:10:52PM -0700, Tom Rini wrote: > > > I would too. I just couldn't think of any way to do that. > > > > what about grabbing the ids and host numb

Re: New ofpath and yabootconfig: Added devfs support, PLEASE TEST

2001-05-25 Thread Tom Rini
On Thu, May 24, 2001 at 10:33:14PM -0800, Ethan Benson wrote: > On Thu, May 24, 2001 at 06:44:25PM -0700, Tom Rini wrote: > > > > Er, hmm. It might be possible to do it this way. It looks like > > most of the logic is there. I'll play around with this sometime > > soonish. > > ok, sooner the b

Re: New ofpath and yabootconfig: Added devfs support, PLEASE TEST

2001-05-25 Thread Ethan Benson
On Thu, May 24, 2001 at 06:44:25PM -0700, Tom Rini wrote: > > Er, hmm. It might be possible to do it this way. It looks like > most of the logic is there. I'll play around with this sometime > soonish. ok, sooner the better though. > It quite probably should, yes. i tested ofpath with devf

Re: New ofpath and yabootconfig: Added devfs support, PLEASE TEST

2001-05-25 Thread Ethan Benson
On Thu, May 24, 2001 at 10:18:07PM -0300, Peter Cordes wrote: > On Thu, May 24, 2001 at 05:10:52PM -0700, Tom Rini wrote: > > Okay, here's more patches to make devfs happy again. For getting the > > PARTITION, is it a posix thing where ${KERNDEV##*[a-z]} won't work for > > devfs? It was doing fin

Re: New ofpath and yabootconfig: Added devfs support, PLEASE TEST

2001-05-24 Thread Tom Rini
On Thu, May 24, 2001 at 04:44:35PM -0800, Ethan Benson wrote: > On Thu, May 24, 2001 at 05:10:52PM -0700, Tom Rini wrote: > > I would too. I just couldn't think of any way to do that. > > what about grabbing the ids and host numbers out, and sorting the > devices out? im not quite sure how do to

Re: New ofpath and yabootconfig: Added devfs support, PLEASE TEST

2001-05-24 Thread Peter Cordes
On Thu, May 24, 2001 at 05:10:52PM -0700, Tom Rini wrote: > Okay, here's more patches to make devfs happy again. For getting the > PARTITION, is it a posix thing where ${KERNDEV##*[a-z]} won't work for > devfs? It was doing fine in pdksh.. Try using ash. That's what the boot floppies used last

Re: New ofpath and yabootconfig: Added devfs support, PLEASE TEST

2001-05-24 Thread Ethan Benson
On Thu, May 24, 2001 at 05:10:52PM -0700, Tom Rini wrote: > I would too. I just couldn't think of any way to do that. what about grabbing the ids and host numbers out, and sorting the devices out? im not quite sure how do to that... some substitution and a for loop maybe. getting the logic righ

Re: New ofpath and yabootconfig: Added devfs support, PLEASE TEST

2001-05-24 Thread Tom Rini
On Thu, May 24, 2001 at 03:16:28PM -0800, Ethan Benson wrote: > On Thu, May 24, 2001 at 12:22:03PM -0700, Tom Rini wrote: > > On Wed, May 23, 2001 at 11:18:58PM -0800, Ethan Benson wrote: > > > On Wed, May 23, 2001 at 06:12:46PM -0700, Tom Rini wrote: > > > > > > > > Well, the problem is that my f

New ofpath and yabootconfig: Added devfs support, PLEASE TEST

2001-05-24 Thread Ethan Benson
On Thu, May 24, 2001 at 12:22:03PM -0700, Tom Rini wrote: > On Wed, May 23, 2001 at 11:18:58PM -0800, Ethan Benson wrote: > > On Wed, May 23, 2001 at 06:12:46PM -0700, Tom Rini wrote: > > > > > > Well, the problem is that my fstab has /dev/hda10, but df shows the > > > devfs name. I've (almost) g