off topic but no idea where to ask
Wojciech Puchar
wojtek at wojtek.tensor.gdynia.pl
Tue Jan 15 21:50:47 UTC 2013
> 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
More information about the freebsd-hackers
mailing list