From d2512e4a19aa0a957af173e9faa2d81cfa03f193 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Wed, 28 Feb 2007 15:08:57 +0000 Subject: - document how to select the ftp protocol during mirror selection - document how to install from CD/DVD only (and not use a network mirror) --- en/appendix/preseed.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'en/appendix/preseed.xml') diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 6991f33dc..ad28addb8 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -837,6 +837,8 @@ same as mirror/suite. +# 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 -- cgit v1.2.3