From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 7 11:15:58 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B15B991 for ; Fri, 7 Mar 2014 11:15:58 +0000 (UTC) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E7F8B8 for ; Fri, 7 Mar 2014 11:15:57 +0000 (UTC) Received: from th-04.cs.huji.ac.il ([132.65.80.125]) by kabab.cs.huji.ac.il with esmtp id 1WLskn-000HMo-Lk; Fri, 07 Mar 2014 13:15:49 +0200 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: FreeBSD 9.X network installation using PXE+TFTP (not NFS) ! From: Daniel Braniss In-Reply-To: Date: Fri, 7 Mar 2014 13:15:48 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <978E2A4D-D4E1-4A3B-9080-C962E23E7FB9@cs.huji.ac.il> References: To: amine tay X-Mailer: Apple Mail (2.1874) Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 11:15:58 -0000 On Mar 7, 2014, at 12:36 PM, amine tay wrote: > Hi everyone, > I'm trying to perform a FreeBSD 9.X network installation using = PXE+TFTP > (not NFS) ! > The problem using NFS is the need to specify the root-path in the dhcp > conf, therefore we can't deploy multiple releases or different images = of > freebsd. >=20 > So to enable the tftp instead of NFS we have to edit make.conf with = these > lines > LOADER_TFTP_SUPPORT=3DYES > LOADER_NFS_SUPPORT=3DNO > and rebuild the pxeboot file >=20 > 1st question is : Is this modification going to allow the install of > differents freebsd images? >=20 > Note that I'm using an automated os deployement solution , and I am = using > mac-adresses to deploy freebsd depending on policies, so for exemple = two > clients with different mac-adresses will have two diffrents freebsd = images. yes you can (to quote a famous noble prize winner) ... options FBSD.boot-nfsroot-options code 20 =3D text; ... { hardware ethernet nn:nn=85; ... filename =93some file=94 # the tftp file; option root-path =93root-fileserve-rip:/path/to/root=94; } >=20 > Thanks in advance for your help ! > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to = "freebsd-hackers-unsubscribe@freebsd.org"