From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 15 21:50:47 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C5FA5838; Tue, 15 Jan 2013 21:50:47 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [188.252.31.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3BD65A49; Tue, 15 Jan 2013 21:50:46 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id r0FLoiH0002956; Tue, 15 Jan 2013 22:50:44 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id r0FLoieW002953; Tue, 15 Jan 2013 22:50:44 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 15 Jan 2013 22:50:44 +0100 (CET) From: Wojciech Puchar To: Devin Teske Subject: Re: off topic but no idea where to ask In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Tue, 15 Jan 2013 22:50:44 +0100 (CET) Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 21:50:47 -0000 > 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