diff options
Diffstat (limited to 'nl/appendix')
-rw-r--r-- | nl/appendix/preseed.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 34e53adea..55de60a2b 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 45355 untranslated --> +<!-- original version: 45612 untranslated --> <!-- Be careful with the format of this file as it is parsed to generate @@ -837,6 +837,8 @@ same as <classname>mirror/suite</classname>. </para> <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 enter information manually d-i mirror/http/hostname string &archive-mirror; d-i mirror/http/directory string /debian @@ -1042,6 +1044,8 @@ earlier questions. You can optionally add other (local) repositories. # You can choose to install non-free and contrib software. #d-i apt-setup/non-free boolean true #d-i apt-setup/contrib boolean true +# Uncomment this if you don't want to use a network mirror. +#d-i apt-setup/use_mirror boolean false # Uncomment this to avoid adding security sources, or # add a hostname to use a different server than security.debian.org. #d-i apt-setup/security_host string |