Date: Wed, 12 Nov 2003 09:44:37 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk create_chunk.c Message-ID: <200311121744.hACHibpr004272@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/11/12 09:44:37 PST FreeBSD src repository Modified files: lib/libdisk create_chunk.c Log: The partition naming on ia64 (e.g. da0p1) cannot be selected based on whether the parent chunk is of type whole. This also applies to MBR slices for non-GPT disks. Since most of the GPT handling is conditionally compiled, do the same with the partition naming. This fixes a braino that caused slices to be named as GPT partitions and generally messing up an install. Pointy hat: marcel Revision Changes Path 1.83 +4 -0 src/lib/libdisk/create_chunk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311121744.hACHibpr004272>