Hi Erich:

Yes, this is what I'm doing -- kboot does not have wget by default --
I guess you could enable it.

Since the configuration for kboot are different from pxelinux, they
reside in a different directory (i.e. /tftpboot/kboot.cfg) --
therefore netbootmgr needs to be modified to support either, or both.

Regards,

Bernard

On 6/18/07, Erich Focht <[EMAIL PROTECTED]> wrote:
> Hi Bernard,
>
> > I am working on implementing a "netboot" for kboot, so that it will
> > work similarly to pxelinux/syslinux.  However, I need your help to
> > update netbootmgr so that it can handle both pxelinux and kboot
> > simultaneously.
>
> AFAIK you have things like wget, tftp and busybox available in kboot, which
> means the most appropriate way of supporting netbooting would be to use the
> same config file, as for syslinux/pxelinux, try downloading that via tftp from
> the next-server (provided by dhcp) or the server which provided you the
> address, and look for the file as pxeboot does: under
> pxelinux.cfg/MAC-Address, pxelinux.cfg/HEXADDRESS or
> pxelinux.cfg/default. Then parse the downloaded config file, locate kernel,
> initrd, download them by tftp and generate on the fly a kexec command. I
> wonder whether this doesn't exist already. Anyway, if you do it this way,
> there will be no difference for managing kboot network booting and normal
> pxeboots.
>
> Regards,
> Erich
>
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sisuite-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to