From 4a671ce8e0bfb40286dcbef81ba54fe78fa76124 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 12 May 2006 18:15:01 +0000 Subject: s/template/question/ # where appropriate --- en/appendix/preseed.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'en/appendix') diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index d96defe4a..97818c4b1 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -196,7 +196,7 @@ runtime. Another readable file /var/cache/debconf/questions.dat is used to store the values for variables and the answers given to questions. A question always refers to the template used to ask it. For obvious -security reasons the values for templates of type password +security reasons the values for questions of type password are stored in a separate, non-readable file in the same directory. @@ -234,7 +234,7 @@ installation. See for details. It is possible to use preseeding to change the default answer for a question, but still have the question asked. To do this the seen flag must be reset to false after -setting the value for a template. +setting the value for a question. @@ -423,7 +423,7 @@ The preconfiguration file is in the format used by the a line in a preconfiguration file is: -<owner> <template name> <template type> <value> +<owner> <queston name> <question type> <value> @@ -440,17 +440,17 @@ There are a few rules to keep in mind when writing a preconfiguration file. A line can be split into multiple lines by appending a backslash (\) as the line continuation character. - A good place to split a line is after the template name; a bad place is + A good place to split a line is after the question name; a bad place is between type and value. - Most templates need to be preseeded using the values valid in English and - not the translated values. However, there are some templates (for example + Most questions need to be preseeded using the values valid in English and + not the translated values. However, there are some questions (for example in partman where the translated values need to be used. - Some templates take a code as value instead of the English text that is + Some questions take a code as value instead of the English text that is shown during installation. @@ -498,7 +498,7 @@ will be deleted from your system if you purge the package -To check possible values for templates, you can use nano +To check possible values for questions, you can use nano to examine the files in /var/lib/cdebconf while an installation is in progress. View templates.dat for the raw templates and questions.dat for the current @@ -707,7 +707,7 @@ correct one will be selected before using preseeding. # If the system has free space you can choose to only partition that space. -# Note: this template must be preseeded with a localized (translated) value. +# Note: this must be preseeded with a localized (translated) value. #d-i partman-auto/init_automatically_partition \ # select Use the largest continuous free space @@ -717,7 +717,7 @@ correct one will be selected before using preseeding. d-i partman-auto/disk string /dev/discs/disc0/disc # You can choose from any of the predefined partitioning recipes. -# Note: this template must be preseeded with a localized (translated) value. +# 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 \ -- cgit v1.2.3