summaryrefslogtreecommitdiff
path: root/en/appendix/preseed.xml
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-10-03 19:11:55 +0000
committerFrans Pop <elendil@planet.nl>2008-10-03 19:11:55 +0000
commit5330abfe2785291648dca87312e1cd860300c09a (patch)
treea1ebcbb50438795dc675ce7c709c09f1713ff4c8 /en/appendix/preseed.xml
parent25e826383aad600be87cf771d0094f43783d85ec (diff)
downloadinstallation-guide-5330abfe2785291648dca87312e1cd860300c09a.zip
Update of untranslated documents
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r--en/appendix/preseed.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 19f5e1328..954639c6d 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -936,9 +936,7 @@ 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.
-# 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
+#d-i partman-auto/init_automatically_partition select biggest_free
# Alternatively, you can specify a disk to partition. The device name must
# be given in traditional non-devfs format.
@@ -959,13 +957,8 @@ 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.
-# 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
+# The standard recipes are: atomic, home and multi
+d-i partman-auto/choose_recipe select atomic
# Or provide a recipe of your own...
# The recipe format is documented in the file devel/partman-auto-recipe.txt.