On Thu, Jul 01, 2010 at 10:45:37AM -0700, Sean Bruno wrote:
I don't quite understand the whole point of this patch. I have no
"special" loader.conf files and the diskless test machine boots just fine.
I suppose dhcp server sends vital information which is understood by pxeboot.
On the dhcp/tftp/nfs server:
loader_logo="beastie"
snd_hda_load="YES"
ahci_load="YES"
vboxdrv_load="YES"
md /tmp mfs -s=128m,rw 0 0
linprocfs /compat/linux/proc linprocfs rw 0 0
pxeboot
#}
subnet X.X.X.0 netmask 255.255.255.0 {
}
group {
next-server HOSTNAME;
filename "pxeboot";
option root-path "HOSTNAME:/home/jails/amd64";
host HOST1 {
fixed-address Y.Y.Y.Y;
hardware ethernet xx:xx:xx:xx:xx:xx;
}
host HOST2 {
fixed-address Z.Z.Z.Z;
hardware ethernet yy:yy:yy:yy:yy:yy;
}
}
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"