summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-10-03 19:14:50 +0000
committerFrans Pop <elendil@planet.nl>2008-10-03 19:14:50 +0000
commitcbe5e0bc01a5f3dd0595e48a58756414de4f9607 (patch)
treebdf51e7ae06b6e3b8299748671d3a0f3fb154fed /en/appendix
parent5330abfe2785291648dca87312e1cd860300c09a (diff)
downloadinstallation-guide-cbe5e0bc01a5f3dd0595e48a58756414de4f9607.zip
Revert accidental commits
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.