summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/examples
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-08-19 06:11:06 +0000
committerimp <imp@FreeBSD.org>2010-08-19 06:11:06 +0000
commit73299bcc055a36025bbe3f6c52243e4404abe3e3 (patch)
treec0b4e7181eec503a42c75c54a9c27aa5cf9494c8 /usr.sbin/pc-sysinstall/examples
parentf8dbfee9a2b610cc9256feb35d8ef196203535d9 (diff)
downloadFreeBSD-src-73299bcc055a36025bbe3f6c52243e4404abe3e3.zip
FreeBSD-src-73299bcc055a36025bbe3f6c52243e4404abe3e3.tar.gz
This patch to pc-sysinstall allows the setting of a new config
variable for installation, which lets the user/front-end select between MBR or GPT partitioning schemes when doing a dedicated disk installation. PR: 149772 Submitted by: Kris Moore
Diffstat (limited to 'usr.sbin/pc-sysinstall/examples')
-rw-r--r--usr.sbin/pc-sysinstall/examples/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/pc-sysinstall/examples/README b/usr.sbin/pc-sysinstall/examples/README
index 55d78e4..eeb96d0 100644
--- a/usr.sbin/pc-sysinstall/examples/README
+++ b/usr.sbin/pc-sysinstall/examples/README
@@ -128,6 +128,11 @@ Setting this to "s1, s2, s3 or s4" will use the specified MBR slice
(This tag is unused for upgrades)
+# partscheme=(MBR/GPT)
+
+When performing a "full" disk (partition=all), the partscheme= variable is used
+to determine the partition scheme type gpart will be using on the disk. Valid
+choices are MBR or GPT.
# mirror=(disk device such as ad1)
OpenPOWER on IntegriCloud