summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-rw-r--r--en/appendix/example-preseed-etch.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/en/appendix/example-preseed-etch.xml b/en/appendix/example-preseed-etch.xml
index b10853fee..bd6a16c21 100644
--- a/en/appendix/example-preseed-etch.xml
+++ b/en/appendix/example-preseed-etch.xml
@@ -129,8 +129,10 @@ d-i partman-auto/disk string /dev/discs/disc0/disc
# You can choose from any of the predefined partitioning recipes:
d-i partman-auto/choose_recipe \
select All files in one partition (recommended for new users)
-#d-i partman-auto/choose_recipe select Desktop machine
-#d-i partman-auto/choose_recipe select Multi-user workstation
+#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.