From owner-cvs-all Sat Aug 24 15:42:22 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 7567A37B400; Sat, 24 Aug 2002 15:42:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2662C43E4A; Sat, 24 Aug 2002 15:42:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OMgIJU018656; Sat, 24 Aug 2002 15:42:18 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OMgInd018655; Sat, 24 Aug 2002 15:42:18 -0700 (PDT) Message-Id: <200208242242.g7OMgInd018655@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 24 Aug 2002 15:42:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_gpt.c X-FreeBSD-CVS-Branch: HEAD 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 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