From 96f6ecc165940ef5897d10cd7e962fb44108348d Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 28 Nov 2006 21:30:52 +0000 Subject: * Explain usage of "owner" prefix when setting values for debconf variables intended for the target system at the boot prompt. * Give some examples of preseeding questions from the boot prompt. * Document how to install the KDE desktop environment instead of GNOME. * Don't list unsupported frontends in boot parameters section. --- en/appendix/preseed.xml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'en/appendix/preseed.xml') diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 7a2ff8d4d..9488398fb 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -292,14 +292,30 @@ Note that preseed/url can be shortened to just - Using boot parameters to supplement preseeding + Using boot parameters to preseed questions If a preconfiguration file cannot be used to preseed some steps, the install can still be fully automated, since you can pass preseed values on -the command line when booting the installer. Just pass -path/to/var=value for any of the preseed variables -listed in the examples. +the command line when booting the installer. + + + +Boot parameters can also be used if you do not really want to use preseeding, +but just want to provide an answer for a specific question. Some examples where +this can be useful are documented elsewhere in this manual. + + + +To set a value to be used inside &d-i;, just pass +path/to/variable=value +for any of the preseed variables listed in the examples in this appendix. +If a value is to be used to configure packages for the target system, you +will need to prepend the owner of the variable as in +owner:path/to/variable=value. +If you don't specify the owner, the value for the variable will not be +copied to the debconf database in the target system and thus remain unused +during the configuration of the relevant package. @@ -308,7 +324,8 @@ have a shorter alias. If an alias is available, it is used in the examples in this appendix instead of the full variable. In particular, the preseed/url variable has been aliased as url and has some extra magic to allow -shortened urls to be used. +shortened urls to be used. Another example is the tasks +alias, which translates to tasksel:tasksel/first. -- cgit v1.2.3