From owner-cvs-all Sat Aug 24 16: 0:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A17CE37B401; Sat, 24 Aug 2002 16:00:13 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB0C43E42; Sat, 24 Aug 2002 16:00:13 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020824230012.WEA1186.rwcrmhc52.attbi.com@InterJet.elischer.org>; Sat, 24 Aug 2002 23:00:12 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA74559; Sat, 24 Aug 2002 15:53:47 -0700 (PDT) Date: Sat, 24 Aug 2002 15:53:46 -0700 (PDT) From: Julian Elischer To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_gpt.c In-Reply-To: <200208242242.g7OMgInd018655@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I completely fail to see th point of this.. it cerainly breaks POLA partitions within a BSD label use letters.. this is a HUGE POLA problem. On Sat, 24 Aug 2002, Marcel Moolenaar wrote: > marcel 2002/08/24 15:42:16 PDT > > Modified files: > sys/geom geom_gpt.c > Log: > Use 'p' as the partition specifier instead of 's'. We continue to use > 's' for compatibility partitions (ie partitions with a BSD disklabel). > Partition numbers continue to start with 1. > Example /etc/fstab: > # Device Mountpoint FStype Options ... > /dev/da0p1 /efi msdos rw ... > /dev/da0p2 / ufs rw ... > /dev/da0p3 none swap sw ... > > Revision Changes Path > 1.5 +5 -2 src/sys/geom/geom_gpt.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message