diff options
Diffstat (limited to 'usr.sbin/pc-sysinstall/examples/README')
-rw-r--r-- | usr.sbin/pc-sysinstall/examples/README | 5 |
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) |