From owner-freebsd-current@FreeBSD.ORG Sat Mar 15 15:31:42 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FB67106566C for ; Sat, 15 Mar 2008 15:31:42 +0000 (UTC) (envelope-from michiel@boland.org) Received: from neerbosch.nijmegen.internl.net (neerbosch.nijmegen.internl.net [217.149.193.38]) by mx1.freebsd.org (Postfix) with ESMTP id 198588FC17 for ; Sat, 15 Mar 2008 15:31:41 +0000 (UTC) (envelope-from michiel@boland.org) Received: from neerbosch.nijmegen.internl.net by neerbosch.nijmegen.internl.net via neerbosch.nijmegen.internl.net [217.149.193.38] with ESMTP id m2FFVd8P029934 (8.13.4/1.4); Sat, 15 Mar 2008 16:31:39 +0100 (MET) Received: from localhost by neerbosch.nijmegen.internl.net via mboland@localhost with ESMTP id m2FFVdJ1029931 (8.13.4/2.02); Sat, 15 Mar 2008 16:31:39 +0100 (MET) X-Authentication-Warning: neerbosch.nijmegen.internl.net: mboland owned process doing -bs Date: Sat, 15 Mar 2008 16:31:39 +0100 (MET) From: Michiel Boland To: "Eugene M. Zheganin" In-Reply-To: <47DBD11D.2080406@norma.perm.ru> Message-ID: References: <47DBD11D.2080406@norma.perm.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD networked install X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 15 Mar 2008 15:31:42 -0000 > I think this method needs to be restored. Or at least the CD/TFTP method > needs to be fixed to stop requiring read-write NFS and use the mfsroot. You can force the mfsroot by putting the the following in /tftpboot/boot/loader.conf.local on the TFTP server vfs.root.mountfrom="ufs:/dev/md0" Cheers Michiel