From cbe5e0bc01a5f3dd0595e48a58756414de4f9607 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Fri, 3 Oct 2008 19:14:50 +0000 Subject: Revert accidental commits --- en/appendix/preseed.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'en/appendix') 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. # 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. -- cgit v1.2.3