From ec00be61ea45a4d121bafba1a6ef009f211da375 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 31 Oct 2006 00:00:54 +0000 Subject: - Add table with defined aliases - Make example for using classes more general - Minor fixes --- en/appendix/preseed.xml | 58 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 12 deletions(-) (limited to 'en/appendix/preseed.xml') diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index dc37167d0..b69534d62 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -169,7 +169,7 @@ The following types of templates are relevant for preseeding. - + string: allows the user to type any value @@ -397,16 +397,18 @@ auto url=http://192.168.1.2/path/to/mypreseed.file The way this works is that: - - + + if the URL is missing a protocol, http is assumed, - -if the hostname section had no periods, it has the domain derived from -DHCP appended to it, and - + + +if the hostname section contains no periods, it has the domain derived +from DHCP appended to it, and + + if there's no /'s after the hostname, then the default path is added. - + @@ -419,12 +421,16 @@ this is auto-install/classes, which has an alias classes. This can be used thus: -auto url=hands.com classes=xen3 +auto url=example.com classes=class_A;class_B -Refer to for more details how -this example works. If you want to come up with other paradigms, it is -reasonable to use the auto-install namespace for this, so one might have +The classes could for example denote the type of system to be installed, +or the localization to be used. + + + +It is of course possible to extend this concept, and if you do, it is +reasonable to use the auto-install namespace for this. So one might have something like auto-install/style which is then used in your scripts. If you feel the need to do this, please mention it on the debian-boot@lists.debian.org mailing list so that we @@ -454,6 +460,34 @@ DHCP query. + + + Aliases useful with preseeding + + +The following aliases can be useful when using (auto mode) preseeding. + + + + + + +autoauto-install/enabled +classesauto-install/classes +fbdebian-installer/framebuffer +localedebian-installer/locale +prioritydebconf/priority +filepreseed/file +urlpreseed/url +hostname   netcfg/get_hostname +domainnetcfg/get_domain +interfacenetcfg/choose_interface +suitemirror/suite + + + + Using a DHCP server to specify preconfiguration files -- cgit v1.2.3