Re: ybin and NetBSD [Was: GNU/Linux, NetBSD and Mac OS X]

2001-07-17 Thread Ethan Benson
On Tue, Jul 17, 2001 at 02:50:53PM +0200, Jens Schmalzing wrote: > Hi, > > Ethan Benson writes: > > > > bsd=/dev/hda10 hd:11,/netbsd > > > that is a non-trivial change and would require completly rewriting the > > config file parsing of ybin. > > Would it be easier to implement two separate

Re: ybin and NetBSD [Was: GNU/Linux, NetBSD and Mac OS X]

2001-07-17 Thread Jens Schmalzing
Hi, Ethan Benson writes: > > bsd=/dev/hda10 hd:11,/netbsd > that is a non-trivial change and would require completly rewriting the > config file parsing of ybin. Would it be easier to implement two separate options? I'm thinking of something along the lines of ofwboot=/usr/lib/yaboot/ofw

Re: ybin and NetBSD [Was: GNU/Linux, NetBSD and Mac OS X]

2001-07-17 Thread Ethan Benson
On Tue, Jul 17, 2001 at 01:27:23PM +0200, Edouard G. Parmelan wrote: > ## assign variables for configured menu options. > -[ "$usemount" = no -a "$bless" = yes ] && YB="yaboot GNU l $ofboot > ,${BS}${BS}yaboot" > -[ "$usemount" = yes -o "$bless" = no ] && YB="yaboot GNU l $ofboot > ,

Re: ybin and NetBSD [Was: GNU/Linux, NetBSD and Mac OS X]

2001-07-17 Thread Edouard G. Parmelan
On Tue, Jul 17, 2001 at 12:29:48AM -0800, Ethan Benson wrote: > > What about this syntax: > > > > bsd=/dev/hda10 hd:11,/netbsd > > that is a non-trivial change and would require completly rewriting the > config file parsing of ybin. (which i wouldn't mind doing so i could > use a image= sty

Re: ybin and NetBSD [Was: GNU/Linux, NetBSD and Mac OS X]

2001-07-17 Thread Ethan Benson
On Tue, Jul 17, 2001 at 10:24:14AM +0200, Edouard G. Parmelan wrote: > > No. Without option ofwboot will use /netbsd on same partition as > ofwboot. With a OF path as argument, it will use that file as netbsd > kernel or the file 'netbsd' in that directory. well that sucks. > > hardcoding /net

Re: ybin and NetBSD [Was: GNU/Linux, NetBSD and Mac OS X]

2001-07-17 Thread Edouard G. Parmelan
On Mon, Jul 16, 2001 at 03:38:45PM -0800, Ethan Benson wrote: > On Mon, Jul 16, 2001 at 05:29:14PM +0200, Edouard G. Parmelan wrote: > > > > The behavior of ybin for NetBSD is note usefull. I will prefers the > > following: > > > > # root partion ofr NetBSD > > bsd=/dev/had11 > > > > T

Re: ybin and NetBSD [Was: GNU/Linux, NetBSD and Mac OS X]

2001-07-16 Thread Ethan Benson
On Mon, Jul 16, 2001 at 05:29:14PM +0200, Edouard G. Parmelan wrote: > > The behavior of ybin for NetBSD is note usefull. I will prefers the > following: > > # root partion ofr NetBSD > bsd=/dev/had11 > > Then ybin will transtate to: > > boot hd:10,\ofwboot.elf hd:11,/netbsd > > w