diff options
Diffstat (limited to 'po/ko/preseed.po')
-rw-r--r-- | po/ko/preseed.po | 47 |
1 files changed, 39 insertions, 8 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po index ba359f131..564618c5d 100644 --- a/po/ko/preseed.po +++ b/po/ko/preseed.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: preseed.xml\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2009-03-01 01:12+0000\n" +"POT-Creation-Date: 2009-04-29 00:14+0000\n" "PO-Revision-Date: 2009-01-30 22:40+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n" @@ -2515,7 +2515,40 @@ msgstr "" #. Tag: screen #: preseed.xml:1049 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "# d-i preseeding is inherently not secure. Nothing in the installer " +#| "checks\n" +#| "# for attempts at buffer overflows or other exploits of the values of a\n" +#| "# preconfiguration file like this one. Only use preconfiguration files " +#| "from\n" +#| "# trusted locations! To drive that home, and because it's generally " +#| "useful,\n" +#| "# here's a way to run any shell command you'd like inside the installer,\n" +#| "# automatically.\n" +#| "\n" +#| "# This first command is run as early as possible, just after\n" +#| "# preseeding is read.\n" +#| "#d-i preseed/early_command string anna-install some-udeb\n" +#| "<phrase condition=\"squeeze\">\n" +#| "# This command is run immediately before the partitioner starts. It may " +#| "be\n" +#| "# useful to apply dynamic partitioner preseeding that depends on the " +#| "state\n" +#| "# of the disks (which may not be visible when preseed/early_command " +#| "runs).\n" +#| "#d-i partman/early_command \\\n" +#| "# string debconf-set partman-auto/disk \"$(list-devices disk | head " +#| "-n1)\"\n" +#| "</phrase>\n" +#| "# This command is run just before the install finishes, but when there " +#| "is\n" +#| "# still a usable /target directory. You can chroot to /target and use it\n" +#| "# directly, or use the apt-install and in-target commands to easily " +#| "install\n" +#| "# packages and run commands in the target system.\n" +#| "#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/" +#| "zsh" msgid "" "# d-i preseeding is inherently not secure. Nothing in the installer checks\n" "# for attempts at buffer overflows or other exploits of the values of a\n" @@ -2527,14 +2560,12 @@ msgid "" "# This first command is run as early as possible, just after\n" "# preseeding is read.\n" "#d-i preseed/early_command string anna-install some-udeb\n" -"<phrase condition=\"squeeze\">\n" "# This command is run immediately before the partitioner starts. It may be\n" "# useful to apply dynamic partitioner preseeding that depends on the state\n" "# of the disks (which may not be visible when preseed/early_command runs).\n" "#d-i partman/early_command \\\n" "# string debconf-set partman-auto/disk \"$(list-devices disk | head -" "n1)\"\n" -"</phrase>\n" "# This command is run just before the install finishes, but when there is\n" "# still a usable /target directory. You can chroot to /target and use it\n" "# directly, or use the apt-install and in-target commands to easily install\n" @@ -2636,13 +2667,13 @@ msgstr "" "replaceable>?=<replaceable>값</replaceable></userinput>) 합니다." #. Tag: title -#: preseed.xml:1092 +#: preseed.xml:1090 #, no-c-format msgid "Chainloading preconfiguration files" msgstr "미리 설정 파일을 분리해서 사용하기" #. Tag: para -#: preseed.xml:1093 +#: preseed.xml:1091 #, no-c-format msgid "" "It is possible to include other preconfiguration files from a " @@ -2657,7 +2688,7 @@ msgstr "" "다른 파일에 집어 넣는 식으로 활용이 가능합니다." #. Tag: screen -#: preseed.xml:1103 +#: preseed.xml:1101 #, no-c-format msgid "" "# More than one file can be listed, separated by spaces; all will be\n" @@ -2707,7 +2738,7 @@ msgstr "" "#d-i preseed/run string foo.sh" #. Tag: para -#: preseed.xml:1105 +#: preseed.xml:1103 #, no-c-format msgid "" "It is also possible to chainload from the initrd or file preseeding phase, " |