From owner-freebsd-sysinstall@FreeBSD.ORG Mon Jan 17 00:40:47 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 D3B45106566C for ; Mon, 17 Jan 2011 00:40:47 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id A8E478FC0A for ; Mon, 17 Jan 2011 00:40:47 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id E938D5811A for ; Sun, 16 Jan 2011 18:40:46 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id wPpWn6eaf1Ik for ; Sun, 16 Jan 2011 18:40:46 -0600 (CST) Received: from comporellon.tachypleus.net (adsl-76-208-68-88.dsl.mdsnwi.sbcglobal.net [76.208.68.88]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 943E958119 for ; Sun, 16 Jan 2011 18:40:46 -0600 (CST) Message-ID: <4D33900D.3030804@freebsd.org> Date: Sun, 16 Jan 2011 18:40:45 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101214 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-sysinstall@freebsd.org References: <4D309563.1000404@freebsd.org> <201101150730.01010.pieter@degoeje.nl> <4D31C22B.8040906@freebsd.org> In-Reply-To: <4D31C22B.8040906@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: BSDInstall: merging to HEAD 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: Mon, 17 Jan 2011 00:40:47 -0000 On 01/15/11 09:50, Nathan Whitehorn wrote: > On 01/15/11 00:30, Pieter de Goeje wrote: > 2) The Partition Editor's confirmation dialog has two options "Don't > Save" >> and "Cancel"; it is unclear what the difference between the two is. >> AFAICT "Don't Save" really means "Cancel installation", and "Cancel" >> really >> means "Re-edit" (I'm sure there's a better word for that). > How abort renaming "Don't Save" to "Abort?" >> 3) These steps result in an error dialog: "Invalid argument size '0'" >> 1) Do a complete guided install on a 4GB disk >> 2) Restart installer and choose guided install >> 3) Select "partition" instead of "entire disk". > > Ah, I'll add a check for the too little free space case. The way > "Partition" works is that it adds new FreeBSD partitions to the disk > in the available space, and it breaks if there is not any. This is > easily fixed. This (and several other issues) have been fixed now. I've uploaded a new i386 ISO to http://people.freebsd.org/~nwhitehorn/bsdinstall-i386-20110116.iso.bz2 -Nathan