From 2756eb2573efaa44ea72506585b156caf99ee163 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 23 Jun 2024 17:43:39 +0200 Subject: [PATCH] [partition] Improve documentation of partition types a little --- src/modules/partition/partition.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/modules/partition/partition.conf b/src/modules/partition/partition.conf index 3d335432f..be0c74b36 100644 --- a/src/modules/partition/partition.conf +++ b/src/modules/partition/partition.conf @@ -170,11 +170,12 @@ initialSwapChoice: none # manual partitioning, this partition table exists already on disk # and it is left unmodified. # -# Suggested values: gpt, msdos -# If nothing is specified, Calamares defaults to "gpt" if system is -# efi or "msdos". +# Possible values: gpt, msdos (or other names defined by KPMcore). +# Names are case-sensitive. +# +# If nothing is specified, Calamares defaults to "gpt" if system is +# efi or "msdos" otherwise. # -# Names are case-sensitive and defined by KPMCore. # defaultPartitionTableType: msdos # Requirement for partition table type @@ -182,7 +183,8 @@ initialSwapChoice: none # Restrict the installation on disks that match the type of partition # tables that are specified. # -# Possible values: msdos, gpt. Names are case-sensitive and defined by KPMCore. +# Possible values: msdos, gpt (or other names defined by KPMcore). +# Names are case-sensitive. # # If nothing is specified, Calamares defaults to both "msdos" and "gpt". #