From owner-cvs-src@FreeBSD.ORG Sat Nov 13 05:44:03 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 46F4216A4CE; Sat, 13 Nov 2004 05:44:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D6743D1D; Sat, 13 Nov 2004 05:44:03 +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 iAD5i3FE067129; Sat, 13 Nov 2004 05:44:03 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAD5i2Ap067128; Sat, 13 Nov 2004 05:44:03 GMT (envelope-from marcel) Message-Id: <200411130544.iAD5i2Ap067128@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 13 Nov 2004 05:44:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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: Sat, 13 Nov 2004 05:44:03 -0000 marcel 2004-11-13 05:44:02 UTC FreeBSD src repository Modified files: sbin/gpt gpt.8 migrate.c Log: 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.9 +10 -0 src/sbin/gpt/gpt.8 1.13 +11 -5 src/sbin/gpt/migrate.c