From owner-freebsd-current@FreeBSD.ORG Sun Sep 25 08:22:17 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92E54106566B for ; Sun, 25 Sep 2011 08:22:17 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost04.isp.att.net (fmailhost04.isp.att.net [207.115.11.54]) by mx1.freebsd.org (Postfix) with ESMTP id 844498FC08 for ; Sun, 25 Sep 2011 08:22:17 +0000 (UTC) Date: Sun, 25 Sep 2011 08:16:51 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-72-147-183-55.sdf.bellsouth.net[72.147.183.55]) by isp.att.net (frfwmhc04) with SMTP id <20110925081651H0400iriece>; Sun, 25 Sep 2011 08:16:51 +0000 X-Originating-IP: [72.147.183.55] From: "Thomas Mueller" To: freebsd-current@freebsd.org Message-Id: <20110925082217.92E54106566B@hub.freebsd.org> Subject: Re: 9.0 beta2 & the new bsdinstaller 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: Sun, 25 Sep 2011 08:22:17 -0000 More concerns and questions onthe new bsdinstall: There is no upgrade function. How will a user be able to upgrade to BETA3 (or RC1?) without wiping out BETA2 installation? For instance, user might have built many software applications from ports and not want to rebuild everything. Other issue is the 64 KB boot partition, which does not boot for me. There ought to be an option, or is there already, to omit the boot partition. Sysinstall had such an option, to not install the boot loader, since user could already have another boot manager such as LILO or grub (legacy or grub2). Does the 64 KB boot partition have to be the first partition on the disk in order to be functional? One might want to use a different boot loader, such as grub2, and what about the EFI system partition that is very different from a 64 KB FreeBSD boot partition? Tom