From owner-freebsd-sysinstall@FreeBSD.ORG Fri Jan 28 23:08:26 2011 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84F4110656A5 for ; Fri, 28 Jan 2011 23:08:26 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id 40B238FC1D for ; Fri, 28 Jan 2011 23:08:26 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LFR00C049M1U800@smtpauth1.wiscmail.wisc.edu> for freebsd-sysinstall@freebsd.org; Fri, 28 Jan 2011 17:08:25 -0600 (CST) Received: from anacreon.physics.wisc.edu (anacreon.physics.wisc.edu [128.104.160.176]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LFR003VE9L9LT20@smtpauth1.wiscmail.wisc.edu>; Fri, 28 Jan 2011 17:07:57 -0600 (CST) Date: Fri, 28 Jan 2011 17:07:57 -0600 From: Nathan Whitehorn In-reply-to: <20110128230335.00007fae@unknown> To: Bruce Cran Message-id: <4D434C4D.7080303@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=128.104.160.176 X-Spam-PmxInfo: Server=avs-14, Version=5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.1.28.230015, SenderIP=128.104.160.176 References: <4D433CE7.5040706@freebsd.org> <20110128230335.00007fae@unknown> User-Agent: Mozilla/5.0 (X11; U; FreeBSD powerpc; en-US; rv:1.9.2.13) Gecko/20110104 Thunderbird/3.1.7 Cc: freebsd-sysinstall@freebsd.org Subject: Re: New BSDinstall ISOs X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2011 23:08:26 -0000 On 01/28/11 17:03, Bruce Cran wrote: > On Fri, 28 Jan 2011 16:02:15 -0600 > Nathan Whitehorn wrote: > >> Following requests from many people, it is now possible to revise >> setup for the new OS after going through the configuration steps and >> before committing and rebooting (this is *almost* a back button). >> ISOs for i386 and amd64 that implement this change, as well as >> several other improvements, can be found here: > I found a few issues: > > 1. An empty label in the partition editor shows up as (null) when > modifying the partition. This comes from the kernel. I can add something to s/(null)// in partedit to improve the display. > 2. Create a single partition covering the entire disk with a GPT > scheme and you get prompted to create a freebsd-boot partition. It > displays an error saying there's no space left but displays the > freebsd-boot partition in the list. Hm. This is with the manual part editor, or the auropartitioner? > 3. Modifying freebsd-ufs to freebsd-zfs in the partition editor seems > to confuse bsdinstall - I know ZFS probably isn't supported. No, it isn't. It should probably not become confused, however, so I'll see about handling that intelligently. > 4. Going back into bsdinstall after installation and going through the > steps again failed when it tried to extract (null)/kernel.tgz . It said > it was an invalid URL scheme. Since you don't have the distfiles on your hard drive, it is trying to fetch them from the internet. Since there isn't anywhere to fetch them from yet, the default mirror is "". If you copy /usr/bsdinstall-dist from the CD, it will work again. -Nathan