From owner-cvs-src@FreeBSD.ORG Fri Nov 19 04:03:28 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 90E5916A4CE; Fri, 19 Nov 2004 04:03:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8E043D45; Fri, 19 Nov 2004 04:03:28 +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 iAJ43SUD011636; Fri, 19 Nov 2004 04:03:28 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAJ43SQQ011635; Fri, 19 Nov 2004 04:03:28 GMT (envelope-from marcel) Message-Id: <200411190403.iAJ43SQQ011635@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 19 Nov 2004 04:03:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/gpt gpt.8 migrate.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: Fri, 19 Nov 2004 04:03:28 -0000 marcel 2004-11-19 04:03:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/gpt gpt.8 migrate.c Log: MFC: gpt.8:1.9+1.10, migrate.c:1.13 Add an -f option (for force) to the migrate command. Normally an MBR with unknown partitions is not migrated. By specifying the -f option migration will happen and unknown partitions will be lost. Revision Changes Path 1.6.2.3 +10 -1 src/sbin/gpt/gpt.8 1.7.2.5 +11 -5 src/sbin/gpt/migrate.c