From owner-freebsd-current@FreeBSD.ORG Mon Jul 25 01:34:03 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 F208E16A429 for ; Mon, 25 Jul 2005 01:34:02 +0000 (GMT) (envelope-from julian@elischer.org) Received: from postoffice.vicor-nb.com (postoffice.vicor.com [69.26.56.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF0A43D46 for ; Mon, 25 Jul 2005 01:34:02 +0000 (GMT) (envelope-from julian@elischer.org) Received: from localhost (localhost [127.0.0.1]) by postoffice.vicor-nb.com (Postfix) with ESMTP id 5C0F54CE936; Sun, 24 Jul 2005 18:34:02 -0700 (PDT) Received: from postoffice.vicor-nb.com ([127.0.0.1]) by localhost (postoffice.vicor-nb.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59565-07; Sun, 24 Jul 2005 18:34:01 -0700 (PDT) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by postoffice.vicor-nb.com (Postfix) with ESMTP id E4E454CE94E; Sun, 24 Jul 2005 18:34:01 -0700 (PDT) Message-ID: <42E44189.9000100@elischer.org> Date: Sun, 24 Jul 2005 18:34:01 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050629 X-Accept-Language: en, hu MIME-Version: 1.0 To: Pawel Worach References: <42E43589.6030009@elischer.org> <42E4395F.6040806@gmail.com> In-Reply-To: <42E4395F.6040806@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postoffice.vicor.com Cc: FreeBSD Current Subject: Re: installing 6.0 over the network 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: Mon, 25 Jul 2005 01:34:03 -0000 Pawel Worach wrote: > Julian Elischer wrote: > >> however what I want is to make it boot into sysinstall rather than >> booting >> into init.. >> how do I make is do this? >> > > I had to modify disc1/boot/loader.conf to look like this > > mfsroot_load="YES" > mfsroot_type="mfs_root" > mfsroot_name="/boot/mfsroot" > vfs.root.mountfrom="ufs:/dev/md0" > > so that it loaded the floppy mfs root image from disc1/boot/mfsroot.gz > which started sysinstall as init. Last time I tried this was with > 5.4-RELEASE but it should still work. maybe the initpath can be changed.. that would be even simpler.. wouldn't even require the mfsimage in that case.