summaryrefslogtreecommitdiff
path: root/po/ko/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ko/preseed.po')
-rw-r--r--po/ko/preseed.po34
1 files changed, 16 insertions, 18 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index ae042ab87..535085001 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2007-02-02 17:44+0000\n"
+"POT-Creation-Date: 2007-02-12 22:15+0000\n"
"PO-Revision-Date: 2007-01-23 23:41+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
@@ -2385,32 +2385,30 @@ msgid ""
"value for a question. <informalexample><screen>\n"
"d-i foo/bar string value\n"
"d-i foo/bar seen false\n"
-"</screen></informalexample> This will of course only have effect for "
-"parameters that correspond to questions that are actually displayed during "
-"an installation and not for <quote>internal</quote> parameters."
+"</screen></informalexample> The same effect can be achieved for "
+"<emphasis>all</emphasis> questions by setting the parameter "
+"<classname>preseed/interactive=true</classname> at the boot prompt. This can "
+"also be useful for testing or debugging your preconfiguration file. If you "
+"are preseeding using boot parameters, you can make the installer ask the "
+"corresponding question by using the <quote>?=</quote> operator, i.e. "
+"<userinput><replaceable>foo</replaceable>/<replaceable>bar</replaceable>?"
+"=<replaceable>value</replaceable></userinput>. This will of course only have "
+"effect for parameters that correspond to questions that are actually "
+"displayed during an installation and not for <quote>internal</quote> "
+"parameters."
msgstr ""
"미리 설정으로 질문에 대한 기본값을 바꾸면서, 그래도 그 질문을 받도록 만들 수 "
"있습니다. 이렇게 하려면 해당 템플리트에 대한 값을 설정한 다음에 "
"<firstterm>seen</firstterm> 플래그를 <quote>false</quote>로 놓으면 됩니다."
-#. Tag: para
-#: preseed.xml:1033
-#, no-c-format
-msgid ""
-"The same effect can be achieved for <emphasis>all</emphasis> questions by "
-"setting the parameter <classname>preseed/interactive=true</classname> at the "
-"boot prompt. This can also be useful for testing or debugging your "
-"preconfiguration file."
-msgstr ""
-
#. Tag: title
-#: preseed.xml:1044
+#: preseed.xml:1048
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr "미리설정 파일을 분리해서 사용하기"
#. Tag: para
-#: preseed.xml:1045
+#: preseed.xml:1049
#, no-c-format
msgid ""
"It is possible to include other preconfiguration files from a "
@@ -2425,7 +2423,7 @@ msgstr ""
"설정을 다른 파일에 집어 넣는 식으로 활용이 가능합니다."
#. Tag: screen
-#: preseed.xml:1055
+#: preseed.xml:1059
#, no-c-format
msgid ""
"# More than one file can be listed, separated by spaces; all will be\n"
@@ -2475,7 +2473,7 @@ msgstr ""
"#d-i preseed/run string foo.sh"
#. Tag: para
-#: preseed.xml:1057
+#: preseed.xml:1061
#, no-c-format
msgid ""
"It is also possible to chainload from the initrd or file preseeding phase, "