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/ko | |
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/ko')
-rw-r--r-- | po/ko/preseed.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po index c7f9d04b0..d259526a9 100644 --- a/po/ko/preseed.po +++ b/po/ko/preseed.po @@ -2316,7 +2316,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 "" "# non-free와 contrib 소프트웨어를 설치할 수 있습니다.\n" "#d-i apt-setup/non-free boolean true\n" @@ -2343,7 +2343,7 @@ msgstr "" "# 기본값으로 저장소는 알려진 GPG 키로 인증할 수 있어야 합니다. 아래와 같이\n" "# 설정하면 인증을 검사하지 않습니다. 경고: 안전하지 않으므로, 추천하지 않는\n" "# 방법입니다.\n" -"#d-i debian-installer/allow_unauthenticated string true" +"#d-i debian-installer/allow_unauthenticated boolean true" #. Tag: title #: preseed.xml:990 |