diff options
author | Frans Pop <elendil@planet.nl> | 2008-04-28 20:32:15 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-04-28 20:32:15 +0000 |
commit | 038ca2daccdcaf63207006aa7b231d1a328a9dc3 (patch) | |
tree | d2e199668408950791dcf970f579b51187542a7d /nl | |
parent | 073d9ff2cddc9632c0f23ac0bdc55887a2beae42 (diff) | |
download | installation-guide-038ca2daccdcaf63207006aa7b231d1a328a9dc3.zip |
Use current release name in 'auto mode' examples
Diffstat (limited to 'nl')
-rw-r--r-- | nl/appendix/preseed.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 962058c63..549f4c179 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 52907 untranslated --> +<!-- original version: 52911 untranslated --> <!-- Be careful with the format of this file as it is parsed to generate @@ -402,13 +402,13 @@ perhaps after adding the local domain if that was provided by DHCP. If this was done at a site where the domain is <literal>example.com</literal>, and they have a reasonably sane DHCP setup, it would result in the preseed file being retrieved from -<literal>http://autoserver.example.com/d-i/etch/./preseed.cfg</literal>. +<literal>http://autoserver.example.com/d-i/&releasename;/./preseed.cfg</literal>. </para><para> -The last part of that url (<literal>d-i/etch/./preseed.cfg</literal>) +The last part of that url (<literal>d-i/&releasename;/./preseed.cfg</literal>) is taken from <literal>auto-install/defaultroot</literal>. By default -this includes the directory <literal>etch</literal> to allow future versions +this includes the directory <literal>&releasename;</literal> to allow future versions to specify their own codename and let people migrate forwards in a controlled manner. The <literal>/./</literal> bit is used to indicate a root, relative to which subsequent paths can be anchored (for use in @@ -422,7 +422,7 @@ started out on a web server. In this example, if the preseed file sets <literal>preseed/run</literal> to <literal>/scripts/late_command.sh</literal> then the file will be fetched from -<literal>http://autoserver.example.com/d-i/etch/./scripts/late_command.sh</literal>. +<literal>http://autoserver.example.com/d-i/&releasename;/./scripts/late_command.sh</literal>. </para><para> |