Displaying 1 result from an estimated 1 matches for "fbsd32".
2011 May 15
3
Chainloading pxe boot loaders and dhcp root-path option
...xeboot loader from pxelinux. The problem is when you do this, the dhcp
root-path option is not set and defaults to /.
I need to be able to dynamically change this dhcp option before chain
loading into the next pxe boot loader. Essentiallly, I'd like to be able to
do something like this:
LABEL fbsd32
pxe pxeboot.0 dhcp-root-path=/nfsserv/freebsd/i386/root
LABEL fbsd64
pxe pxeboot.0 dhcp-root-path=/nfsserv/freebsd/amd64/root
Is this at all possible with pxelinux?
Thanks!