summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-12-25 22:49:14 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-12-25 22:49:41 +0100
commit59141196fc3f23007f6178cd9781bc18b52b3774 (patch)
treeb3f5db31c2220075c43090e1ff71ae642c2ae26b /en
parent303f8baa7d4c32126afe8dd5ade702c813cc8251 (diff)
downloadinstallation-guide-59141196fc3f23007f6178cd9781bc18b52b3774.zip
Fix partman-partitioning/choose_label type to select
Diffstat (limited to 'en')
-rw-r--r--en/appendix/preseed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 72a7064e7..d16e5b9c3 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1267,7 +1267,7 @@ d-i partman/confirm_nooverwrite boolean true
# Force UEFI booting ('BIOS compatibility' will be lost). Default: false.
#d-i partman-efi/non_efi_system boolean true
# Ensure the partition table is GPT - this is required for EFI
-#d-i partman-partitioning/choose_label string gpt
+#d-i partman-partitioning/choose_label select gpt
#d-i partman-partitioning/default_label string gpt
# When disk encryption is enabled, skip wiping the partitions beforehand.