From owner-freebsd-current@FreeBSD.ORG Sat Mar 6 21:46:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60FCD16A4CE for ; Sat, 6 Mar 2004 21:46:03 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C8043D2D for ; Sat, 6 Mar 2004 21:46:03 -0800 (PST) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i275k19Q058219; Sat, 6 Mar 2004 21:46:01 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i275k1PU058218; Sat, 6 Mar 2004 21:46:01 -0800 (PST) (envelope-from rizzo) Date: Sat, 6 Mar 2004 21:46:01 -0800 From: Luigi Rizzo To: kientzle@acm.org Message-ID: <20040306214601.B56351@xorpc.icir.org> References: <20040305134125.A37156@xorpc.icir.org> <404A6B59.5080006@kientzle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <404A6B59.5080006@kientzle.com>; from tim@kientzle.com on Sat, Mar 06, 2004 at 04:22:49PM -0800 X-Mailman-Approved-At: Sun, 07 Mar 2004 05:13:17 -0800 cc: current@freebsd.org Subject: Re: initdiskless/rc.diskless1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 05:46:03 -0000 On Sat, Mar 06, 2004 at 04:22:49PM -0800, Tim Kientzle wrote: > Luigi Rizzo wrote: > > > > ... extra paths in /conf/ to fetch the configuration > > using the T134 bootp tag (available as kern.bootp_cookie). > > How does this work with DHCP? same way. I think the syntax for dhcpd.conf is option unknown-134 "lab3 nvida foo bar"; or possibly option t134-cookie code 134 = text ; followed by option t134-cookie "lab3 nvida foo bar"; cheers luigi