diff options
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index c7db570c5..d1d10ffa2 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -838,8 +838,9 @@ same as <classname>mirror/suite</classname>. <informalexample role="example"><screen> # If you select ftp, the mirror/country string does not need to be set. -#d-i mirror/protocol string ftp -d-i mirror/country string manual +#d-i mirror/protocol string ftp<phrase condition="etch"> +d-i mirror/country string enter information manually</phrase><phrase condition="lenny"> +d-i mirror/country string manual</phrase> d-i mirror/http/hostname string &archive-mirror; d-i mirror/http/directory string /debian d-i mirror/http/proxy string |