From owner-freebsd-current@FreeBSD.ORG Mon Jul 25 01:05:44 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 F412116A41F for ; Mon, 25 Jul 2005 01:05:43 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4F243D46 for ; Mon, 25 Jul 2005 01:05:42 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so445001nzo for ; Sun, 24 Jul 2005 18:05:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YSFSn5xMGYDOlQq9y9DmKdqXyMdFi/ZgQaVI0c3z7mTUIC8TY98BSclLlOffTxlXj0uKDsBRVXACbf+cwEBLJv3lnyxt9x4zoXTbfVyTPL/w+2VEIIhGcbWTNxD6kChBsvaAoLJFafEEtosXnaPskqRuypXCzventJcDpgHvQos= Received: by 10.36.25.20 with SMTP id 20mr1630709nzy; Sun, 24 Jul 2005 17:59:18 -0700 (PDT) Received: from ?192.168.1.200? ([213.64.231.30]) by mx.gmail.com with ESMTP id 8sm3066394nzn.2005.07.24.17.59.17; Sun, 24 Jul 2005 17:59:18 -0700 (PDT) Message-ID: <42E4395F.6040806@gmail.com> Date: Mon, 25 Jul 2005 02:59:11 +0200 From: Pawel Worach User-Agent: Mozilla Thunderbird 1.0+ (X11/20050722) MIME-Version: 1.0 To: Julian Elischer References: <42E43589.6030009@elischer.org> In-Reply-To: <42E43589.6030009@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:05:44 -0000 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. -- Pawel