summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 954639c6d..19f5e1328 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -936,7 +936,9 @@ correct one will be selected before using preseeding.
<informalexample role="example"><screen>
# If the system has free space you can choose to only partition that space.
-#d-i partman-auto/init_automatically_partition select biggest_free
+# Note: this must be preseeded with a localized (translated) value.
+#d-i partman-auto/init_automatically_partition \
+# select Guided - use the largest continuous free space
# Alternatively, you can specify a disk to partition. The device name must
# be given in traditional non-devfs format.
@@ -957,8 +959,13 @@ d-i parman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
# You can choose from any of the predefined partitioning recipes.
-# The standard recipes are: atomic, home and multi
-d-i partman-auto/choose_recipe select atomic
+# Note: this must be preseeded with a localized (translated) value.
+d-i partman-auto/choose_recipe \
+ select All files in one partition (recommended for new users)
+#d-i partman-auto/choose_recipe \
+# select Separate /home partition
+#d-i partman-auto/choose_recipe \
+# select Separate /home, /usr, /var, and /tmp partitions
# Or provide a recipe of your own...
# The recipe format is documented in the file devel/partman-auto-recipe.txt.