Date: Sat, 24 Aug 2002 15:42:16 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_gpt.c Message-ID: <200208242242.g7OMgInd018655@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208242242.g7OMgInd018655>