diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2009-11-19 22:41:27 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2009-11-19 22:41:27 +0000 |
commit | 79592d21c556c771fca565ddba6028ac2e114b68 (patch) | |
tree | c8045037276e9afb30310050ed9a5cd72420c462 /po/hu | |
parent | 9db18fb58d52a1a7ca0b9dfd53a85c1b5ab01fa0 (diff) | |
download | installation-guide-79592d21c556c771fca565ddba6028ac2e114b68.zip |
Fix the preseeding example to say that allow_unauthenticated is a
boolean (and not a string).
Diffstat (limited to 'po/hu')
-rw-r--r-- | po/hu/preseed.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/hu/preseed.po b/po/hu/preseed.po index c21fa9c0f..0fc9ff775 100644 --- a/po/hu/preseed.po +++ b/po/hu/preseed.po @@ -2315,7 +2315,7 @@ msgid "" "# By default the installer requires that repositories be authenticated\n" "# using a known gpg key. This setting can be used to disable that\n" "# authentication. Warning: Insecure, not recommended.\n" -"#d-i debian-installer/allow_unauthenticated string true" +"#d-i debian-installer/allow_unauthenticated boolean true" msgstr "" "# Veszélyes (non-free és contrib) szoftverek telepítése.\n" "#d-i apt-setup/non-free boolean true\n" @@ -2340,7 +2340,7 @@ msgstr "" "# Alapban a telepítő ismert gpg kulccsal hitelesített tárakat\n" "# követel. E beállítás használható a hitelesítés kikapcsolására.\n" "# Figyelem: Nem biztonságos, nem ajánlott.\n" -"#d-i debian-installer/allow_unauthenticated string true" +"#d-i debian-installer/allow_unauthenticated boolean true" #. Tag: title #: preseed.xml:990 |