From owner-freebsd-sysinstall@FreeBSD.ORG Mon Nov 12 15:16:50 2012 Return-Path: Delivered-To: freebsd-sysinstall@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E480338; Mon, 12 Nov 2012 15:16:50 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 863548FC19; Mon, 12 Nov 2012 15:16:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qACFGoIE016864; Mon, 12 Nov 2012 15:16:50 GMT (envelope-from nwhitehorn@freefall.freebsd.org) Received: (from nwhitehorn@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qACFGnPe016860; Mon, 12 Nov 2012 15:16:49 GMT (envelope-from nwhitehorn) Date: Mon, 12 Nov 2012 15:16:49 GMT Message-Id: <201211121516.qACFGnPe016860@freefall.freebsd.org> To: fbsd8@a1poweruser.com, nwhitehorn@FreeBSD.org, freebsd-sysinstall@FreeBSD.org From: nwhitehorn@FreeBSD.org Subject: Re: bin/161931: bsdinstall(8): (add sysinstall partition config as option) X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 15:16:50 -0000 Synopsis: bsdinstall(8): (add sysinstall partition config as option) State-Changed-From-To: open->closed State-Changed-By: nwhitehorn State-Changed-When: Mon Nov 12 15:12:09 UTC 2012 State-Changed-Why: There isn't any particular reason to use the MBR+bsdlabel method unless you plan to dual-boot another OS (Windows, basically) that doesn't speak GPT. In such cases, MBR+bsdlabel is already the default. GPT works on all x86 systems back to a 386 and using MBR+bsdlabel only introduces limitations (e.g. maximum disk size, maximum number of partitions) with no benefits relative to GPT. Since in the one and only case where MBR partitioning is useful (dual-booting with Windows), it is already the default (as it also is if the disk is already MBR-formatted), and since it is otherwise easy to set up using the GUI if you really want it, I'm closing this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=161931