[partition] requiredPartitionTableType: improve docs

This commit is contained in:
Adriaan de Groot 2021-06-29 11:48:53 +02:00
parent 5f7cfefed7
commit 46f2d72b4c

View File

@ -113,12 +113,11 @@ initialSwapChoice: none
# Restrict the installation on disks that match the type of partition # Restrict the installation on disks that match the type of partition
# tables that are specified. # tables that are specified.
# #
# Suggested values: msdos, gpt # Possible values: msdos, gpt. Names are case-sensitive and defined by KPMCore.
# If nothing is specified, Calamares defaults to both "msdos" and "mbr". #
# If nothing is specified, Calamares defaults to both "msdos" and "gpt".
# #
# Names are case-sensitive and defined by KPMCore.
# requiredPartitionTableType: gpt # requiredPartitionTableType: gpt
# or,
# requiredPartitionTableType: # requiredPartitionTableType:
# - msdos # - msdos
# - gpt # - gpt