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 /en | |
parent | 073d9ff2cddc9632c0f23ac0bdc55887a2beae42 (diff) | |
download | installation-guide-038ca2daccdcaf63207006aa7b231d1a328a9dc3.zip |
Use current release name in 'auto mode' examples
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index b54c6df5d..7e5225402 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -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> |