First part of the recipe:

$ awk '/filename/&&!/^[[:space:]]*(#|$)/{print}' /etc/dhcpd.conf
        filename "pxelinux.0";
$ ls -l /tftpboot/pxelinux.0
lrwxrwxrwx  1 root root 15 May 15  2012 /tftpboot/pxelinux.0 -> pxelinux.0-3.84
$ file /tftpboot/pxelinux.0-3.84
/tftpboot/pxelinux.0-3.84: data

don't care what it will be from linux or not, but if it works.

actually it would be just:

DEFAULT wpuchar_nfs
PROMPT 1
ONTIMEOUT hdd
TIMEOUT 50
TOTALTIMEOUT 6000
LABEL hdd
        LOCALBOOT 0x80

and i would put pxelinux instead of pxeboot in dhcpd.conf for given workstation when i want disk boot not NFS boot.

Thank you very much
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to