From owner-cvs-src@FreeBSD.ORG Sun Oct 31 01:28:59 2004 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 9D03016A4CE; Sun, 31 Oct 2004 01:28:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7923F43D3F; Sun, 31 Oct 2004 01:28:59 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9V1SxaT098357; Sun, 31 Oct 2004 01:28:59 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9V1Sxg6098356; Sun, 31 Oct 2004 01:28:59 GMT (envelope-from marcel) Message-Id: <200410310128.i9V1Sxg6098356@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 31 Oct 2004 01:28:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk chunk.c open_disk.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: Sun, 31 Oct 2004 01:28:59 -0000 marcel 2004-10-31 01:28:59 UTC FreeBSD src repository Modified files: lib/libdisk chunk.c open_disk.c Log: Don't barf when we encounter an UUID for GPT partitions. Instead, add the GPT partition on i386 and adm64 as type=gpt, subtype=0 and with the sname set to the UUID. This prevents sysinstall from bombing out. This also makes sure the GPT partition shows up in sysinstall so as to avoid accidental "clobberage". PR: bin/72896 Revision Changes Path 1.52 +1 -0 src/lib/libdisk/chunk.c 1.9 +2 -2 src/lib/libdisk/open_disk.c