From owner-freebsd-stable@FreeBSD.ORG Thu Jul 8 15:08:06 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE7BA1065673 for ; Thu, 8 Jul 2010 15:08:06 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from mail2.timeinc.net (mail2.timeinc.net [64.236.74.30]) by mx1.freebsd.org (Postfix) with ESMTP id 58D7B8FC12 for ; Thu, 8 Jul 2010 15:08:06 +0000 (UTC) Received: from mail.timeinc.net (mail.timeinc.net [64.12.55.166]) by mail2.timeinc.net (8.13.8/8.13.8) with ESMTP id o68F85V3009967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Jul 2010 11:08:05 -0400 Received: from ws-mteterin.dev.pathfinder.com (ws-mteterin.dev.pathfinder.com [209.251.223.173]) by mail.timeinc.net (8.13.8/8.13.8) with SMTP id o68F84R1015866; Thu, 8 Jul 2010 11:08:05 -0400 Message-ID: <4C35E9D4.8080007@aldan.algebra.com> Date: Thu, 08 Jul 2010 11:08:04 -0400 From: "Mikhail T." Organization: Virtual Estates, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; uk; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5 MIME-Version: 1.0 To: Jeremy Chadwick References: <4C34C5DE.7040007@aldan.algebra.com> <4C34CA31.7010804@aldan.algebra.com> <4C34E39A.7090905@aldan.algebra.com> <20100708135353.GA43460@icarus.home.lan> In-Reply-To: <20100708135353.GA43460@icarus.home.lan> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Mon, 12 Jul 2010 11:33:56 +0000 Cc: freebsd-stable@freebsd.org Subject: Re: net-booting the install disks (Re: 8.x grudges) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 15:08:06 -0000 08.07.2010 09:53, Jeremy Chadwick ΞΑΠΙΣΑΧ(ΜΑ): > Then don't modify loader.conf. Instead, once the "Welcome to FreeBSD!" > portion of loader appears, press "6" to shell to the loader prompt > and type: > > set vfs.root.mountfrom="ufs:/dev/md0" > boot > Yes, that works... It just should not be necessary. Red Hat's "kickstart" does not require one to extract CD-images to fiddle with a couple of lines, and FreeBSD comes tantalizingly close to offer the same functionality. Just not quite :-( -mi