diff options
author | Frans Pop <elendil@planet.nl> | 2007-04-25 09:50:47 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-04-25 09:50:47 +0000 |
commit | 08e6d5de84a7f58242411cb4807852b38a4c7b4b (patch) | |
tree | 3717c1c41698427fa7ece6a098aa9b900f4768f3 /en/appendix | |
parent | 7598ccb72687e81f98963bdb9ac730aa36fc5c76 (diff) | |
download | installation-guide-08e6d5de84a7f58242411cb4807852b38a4c7b4b.zip |
Fix incorrect instruction for preseeding local repositories; thanks to RĂ©mi Demarthe
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 9137433bb..a73b73e88 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1052,7 +1052,7 @@ earlier questions. You can optionally add other (local) repositories. # Additional repositories, local[0-9] available #d-i apt-setup/local0/repository string \ -# deb http://local.server/debian stable main +# http://local.server/debian stable main #d-i apt-setup/local0/comment string local server # Enable deb-src lines #d-i apt-setup/local0/source boolean true |