On Tue, Jan 31, 2012 at 09:21:02AM +0200, Eial Czerwacki wrote: > I have a image using busybox 1.19.2 which I need it to boot a image from > tftpboot server using pxe, does busybox supports it? if so, how can I > perform this procedure?
Are you trying to boot a device into a Busybox environment via PXE? Or are you trying to boot a device from a Busybox server via PXE? If the former, then yes, you can boot Linux via PXE so you can boot a Busybox/Linux system via PXE. If the latter, then Busybox contains a DHCP server and a TFTP server, so you ought to be able to use it to boot PXE systems. I'm not aware of any step-by-step instructions, but I doubt it's any more difficult than any other Linux PXE boot server. >>> Dan _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
