[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
# tables that are specified.
#
# Suggested values: msdos, gpt
# If nothing is specified, Calamares defaults to both "msdos" and "mbr".
# Possible values: msdos, gpt. Names are case-sensitive and defined by KPMCore.
#
# If nothing is specified, Calamares defaults to both "msdos" and "gpt".
#
# Names are case-sensitive and defined by KPMCore.
# requiredPartitionTableType: gpt
# or,
# requiredPartitionTableType:
# - msdos
# - gpt