summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-11-16 01:12:59 +0000
committerJoey Hess <joeyh@debian.org>2005-11-16 01:12:59 +0000
commit11c97db011a8921e095144c60a102d85d956b92b (patch)
tree7964997fbcf21535f39dd420556daaf1aa6fd05e /en
parent93593692c0b2dc6d1498bce677aae6885f81821e (diff)
downloadinstallation-guide-11c97db011a8921e095144c60a102d85d956b92b.zip
update etch preseed file for partman recipe name changes
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.