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 /po/sv | |
parent | 7598ccb72687e81f98963bdb9ac730aa36fc5c76 (diff) | |
download | installation-guide-08e6d5de84a7f58242411cb4807852b38a4c7b4b.zip |
Fix incorrect instruction for preseeding local repositories; thanks to Rémi Demarthe
Diffstat (limited to 'po/sv')
-rw-r--r-- | po/sv/preseed.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/sv/preseed.po b/po/sv/preseed.po index da583d63d..19fbf26bb 100644 --- a/po/sv/preseed.po +++ b/po/sv/preseed.po @@ -1264,7 +1264,7 @@ msgid "" "\n" "# Additional repositories, local[0-9] available\n" "#d-i apt-setup/local0/repository string \\\n" -"# deb http://local.server/debian stable main\n" +"# http://local.server/debian stable main\n" "#d-i apt-setup/local0/comment string local server\n" "# Enable deb-src lines\n" "#d-i apt-setup/local0/source boolean true\n" @@ -1290,7 +1290,7 @@ msgstr "" "\n" "# Ytterligare förråd, local[0-9] tillgängliga\n" "#d-i apt-setup/local0/förråd string \\\n" -"# deb http://lokal.server/debian stable main\n" +"# http://lokal.server/debian stable main\n" "#d-i apt-setup/local0/comment string local server\n" "# Rader för att aktivera deb-src\n" "#d-i apt-setup/local0/source boolean true\n" |