From owner-svn-src-head@FreeBSD.ORG Wed Jul 22 08:42:34 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71AEE1065687; Wed, 22 Jul 2009 08:42:34 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 49E348FC08; Wed, 22 Jul 2009 08:42:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from orphanage.alkar.net (account mav@alkar.net [212.86.226.11] verified) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPA id 249383255; Wed, 22 Jul 2009 11:42:29 +0300 Message-ID: <4A66D0F4.4030108@FreeBSD.org> Date: Wed, 22 Jul 2009 11:42:28 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (X11/20080612) MIME-Version: 1.0 To: Colin Percival References: <200907220350.n6M3osaj030202@svn.freebsd.org> In-Reply-To: <200907220350.n6M3osaj030202@svn.freebsd.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r195817 - head/usr.sbin/sysinstall X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 08:42:35 -0000 Colin Percival wrote: > Author: cperciva > Date: Wed Jul 22 03:50:54 2009 > New Revision: 195817 > URL: http://svn.freebsd.org/changeset/base/195817 > > Log: > Remove the "dedicated disk mode" partitioning option from sysinstall, in > both the disk partitioning screen (the 'F' key) and via install.cfg (the > VAR_DEDICATED_DISK option). This functionality is currently broken in 8.x > due to libdisk and geom generating different partition names; this commit > merely acts to help steer users away from the breakage. > > Submitted by: randi > Approved by: re (kensmith) > > Modified: > head/usr.sbin/sysinstall/disks.c Is there any other way to not align FS block to the ugly legacy 63 sectors per track boundary with sysinstall now? I think RAIDs won't be happy. May be it would be better to fix it? -- Alexander Motin