Re: diskless support

2000-05-30 Thread Chip Salzenberg
According to OKUJI Yoshinori: > > +#ifdef SUPPORT_DISKLESS > > + if (boot_drive == NETWORK_DRIVE) > > +{ > > + print_network_configuration (); > > + printf ("\n"); > > +} > > +#endif > > The idea is good, but why do you need to check if BOOT_DRIVE is > NETWORK_DRIVE? I've in

Re: diskless support

2000-05-29 Thread OKUJI Yoshinori
From: Chip Salzenberg <[EMAIL PROTECTED]> Subject: Re: diskless support Date: Mon, 29 May 2000 18:08:35 -0700 > +#ifdef SUPPORT_DISKLESS > + if (boot_drive == NETWORK_DRIVE) > +{ > + print_network_configuration (); > + printf ("\n"); > +} >

Re: diskless support

2000-05-29 Thread Chip Salzenberg
According to OKUJI Yoshinori: > Finally, I've added diskless support into GRUB, based on patches by > Christoph and Chip. Thanks! > Please test it as many environments as possible. In particular, I > want to know if it really works for PXE, as I can't test the image >

Re: diskless support

2000-05-28 Thread OKUJI Yoshinori
From: OKUJI Yoshinori <[EMAIL PROTECTED]> Subject: diskless support Date: Sat, 27 May 2000 16:45:49 +0900 > Finally, I've added diskless support into GRUB, based on patches by > Christoph and Chip. I haven't tested it at all yet, though I've > checked the build

diskless support

2000-05-27 Thread OKUJI Yoshinori
Finally, I've added diskless support into GRUB, based on patches by Christoph and Chip. I haven't tested it at all yet, though I've checked the build process very carefully, so you shouldn't expect that it will work well. Okuji