From owner-cvs-src@FreeBSD.ORG Wed Nov 12 09:44:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5116116A4CE; Wed, 12 Nov 2003 09:44:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D5343FF2; Wed, 12 Nov 2003 09:44:37 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hACHibXJ004273; Wed, 12 Nov 2003 09:44:37 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hACHibpr004272; Wed, 12 Nov 2003 09:44:37 -0800 (PST) (envelope-from marcel) Message-Id: <200311121744.hACHibpr004272@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 12 Nov 2003 09:44:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk create_chunk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 17:44:38 -0000 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