Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 22:50:44 +0100 (CET)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Devin Teske <dteske@freebsd.org>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: off topic but no idea where to ask
Message-ID:  <alpine.BSF.2.00.1301152249440.2950@wojtek.tensor.gdynia.pl>
In-Reply-To: <A6BB32A8-2A60-4A0F-BDC4-DEABADAE7317@fisglobal.com>
References:  <alpine.BSF.2.00.1301151916180.2295@wojtek.tensor.gdynia.pl> <A6BB32A8-2A60-4A0F-BDC4-DEABADAE7317@fisglobal.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1301152249440.2950>