summaryrefslogtreecommitdiff
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
parent303f8baa7d4c32126afe8dd5ade702c813cc8251 (diff)
downloadinstallation-guide-59141196fc3f23007f6178cd9781bc18b52b3774.zip
Fix partman-partitioning/choose_label type to select
-rw-r--r--debian/changelog1
-rw-r--r--en/appendix/preseed.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9b82a5aa0..499f150b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ installation-guide (20210805) UNRELEASED; urgency=medium
[ Samuel Thibault ]
* Provide more details on the textual front-end keyboard shortcuts.
+ * Fix partman-partitioning/choose_label type to select.
-- Holger Wansing <hwansing@mailbox.org> Thu, 05 Aug 2021 22:57:21 +0200
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.