summaryrefslogtreecommitdiff
path: root/fi/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-03-31 08:29:31 +0000
committerFrans Pop <elendil@planet.nl>2006-03-31 08:29:31 +0000
commitb2cdb876ac6294d0ad3f726dcf2310ccbd0a28d0 (patch)
tree10da4df378db26465d7dfcdab50929a67766e24a /fi/appendix
parent764563de440984ec945267dd08733d84bd9ae4fc (diff)
downloadinstallation-guide-b2cdb876ac6294d0ad3f726dcf2310ccbd0a28d0.zip
Update of original English docs
Diffstat (limited to 'fi/appendix')
-rw-r--r--fi/appendix/preseed.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/fi/appendix/preseed.xml b/fi/appendix/preseed.xml
index 520dfe9bf..73e9e8737 100644
--- a/fi/appendix/preseed.xml
+++ b/fi/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 35051 untranslated -->
+<!-- original version: 35924 untranslated -->
<!--
Be carefull with the format of this file as it is parsed to generate
@@ -713,7 +713,7 @@ d-i time/zone string US/Eastern
Setup of the <filename>/etc/apt/sources.list</filename> and basic configuration
options is fully automated based on your installation method and answers to
-earlier questions. Only the three variables below are relevant for preseeding.
+earlier questions. You can optionally add other (local) repositories.
</para>
@@ -721,9 +721,16 @@ earlier questions. Only the three variables below are relevant for preseeding.
# 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
-# To avoid adding security sources, or to use a different server
-# than security.debian.org.
-#d-i apt-setup/security_host string
+# 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
+
+# Additional repositories, local[0-9] available
+#d-i apt-setup/local0/comment string local server
+#d-i apt-setup/local0/repository string \
+# deb http://local.server/debian stable main
+# URL to the public key of the localrepository
+#d-i apt-setup/local0/key string http://local.server/key
</screen></informalexample>
</sect2>