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.po167
1 files changed, 24 insertions, 143 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index a5c06b7b3..58761d2bc 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -1233,17 +1233,15 @@ msgstr ""
#. Tag: para
#: preseed.xml:693
#, no-c-format
-#| msgid ""
-#| "Keyboard configuration consists of selecting a keyboard architecture and "
-#| "a keymap. In most cases the correct keyboard architecture is selected by "
-#| "default, so there's normally no need to preseed it. The keymap must be "
-#| "valid for the selected keyboard architecture."
msgid ""
"Keyboard configuration consists of selecting a keyboard architecture and a "
"keymap. In most cases the correct keyboard architecture is selected by "
"default, so there's normally no need to preseed it. The keymap must be known "
"to the &d-i; for the selected keyboard architecture."
-msgstr "키보드 설정은 키보드 아키텍처와 키맵을 선택하는 일입니다. 대부분 기본값으로 키보드 아키텍처가 올바르게 선택되어 있으므로, 보통 미리 설정할 필요가 없습니다. 선택한 키보드 아키텍처에 대해 &d-i;에 들어 있는 키맵을 지정해야 합니다."
+msgstr ""
+"키보드 설정은 키보드 아키텍처와 키맵을 선택하는 일입니다. 대부분 기본값으로 "
+"키보드 아키텍처가 올바르게 선택되어 있으므로, 보통 미리 설정할 필요가 없습니"
+"다. 선택한 키보드 아키텍처에 대해 &d-i;에 들어 있는 키맵을 지정해야 합니다."
#. Tag: screen
#: preseed.xml:700
@@ -1452,7 +1450,14 @@ msgid ""
"appropriate address if <classname>netcfg/get_gateway</classname> is not set. "
"As a special case, you can set <classname>netcfg/get_gateway</classname> to "
"<quote>none</quote> to specify that no gateway should be used."
-msgstr "<classname>netcfg/get_netmask</classname>를 미리 지정하지 않으면 <command>netcfg</command>는 자동으로 네트마스크를 지정합니다. 자동 설치에서는 이 변수를 <literal>seen</literal>으로 표시해야 합니다. 마찬가지로 <classname>netcfg/get_gateway</classname>를 지정하지 않으면 <command>netcfg</command>는 적당한 주소로 게이트웨이를 설정합니다. 특별한 경우로, <classname>netcfg/get_gateway</classname>를 <quote>none</quote>으로 설정하면 게이트웨이를 사용하지 않습니다."
+msgstr ""
+"<classname>netcfg/get_netmask</classname>를 미리 지정하지 않으면 "
+"<command>netcfg</command>는 자동으로 네트마스크를 지정합니다. 자동 설치에서"
+"는 이 변수를 <literal>seen</literal>으로 표시해야 합니다. 마찬가지로 "
+"<classname>netcfg/get_gateway</classname>를 지정하지 않으면 <command>netcfg</"
+"command>는 적당한 주소로 게이트웨이를 설정합니다. 특별한 경우로, "
+"<classname>netcfg/get_gateway</classname>를 <quote>none</quote>으로 설정하면 "
+"게이트웨이를 사용하지 않습니다."
#. Tag: title
#: preseed.xml:772
@@ -1603,76 +1608,6 @@ msgstr ""
#. Tag: screen
#: preseed.xml:829
#, no-c-format
-#| msgid ""
-#| "# If the system has free space you can choose to only partition that "
-#| "space.\n"
-#| "# Note: this must be preseeded with a localized (translated) value.\n"
-#| "#d-i partman-auto/init_automatically_partition \\\n"
-#| "# select Guided - use the largest continuous free space\n"
-#| "\n"
-#| "# Alternatively, you can specify a disk to partition. The device name "
-#| "must\n"
-#| "# be given in traditional non-devfs format.\n"
-#| "# For example, to use the first SCSI/SATA hard disk:\n"
-#| "# Note: A disk must be specified, unless the system has only one disk.\n"
-#| "#d-i partman-auto/disk string /dev/sda\n"
-#| "# In addition, you'll need to specify the method to use.\n"
-#| "# The presently available methods are: \"regular\", \"lvm\" and \"crypto"
-#| "\"\n"
-#| "d-i partman-auto/method string lvm\n"
-#| "\n"
-#| "# If one of the disks that are going to be automatically partitioned\n"
-#| "# contains an old LVM configuration, the user will normally receive a\n"
-#| "# warning. This can be preseeded away...\n"
-#| "d-i partman-lvm/device_remove_lvm boolean true\n"
-#| "# And the same goes for the confirmation to write the lvm partitions.\n"
-#| "d-i partman-lvm/confirm boolean true\n"
-#| "\n"
-#| "# You can choose from any of the predefined partitioning recipes.\n"
-#| "# Note: this must be preseeded with a localized (translated) value.\n"
-#| "d-i partman-auto/choose_recipe \\\n"
-#| " select All files in one partition (recommended for new users)\n"
-#| "#d-i partman-auto/choose_recipe \\\n"
-#| "# select Separate /home partition\n"
-#| "#d-i partman-auto/choose_recipe \\\n"
-#| "# select Separate /home, /usr, /var, and /tmp partitions\n"
-#| "\n"
-#| "# Or provide a recipe of your own...\n"
-#| "# The recipe format is documented in the file devel/partman-auto-recipe."
-#| "txt.\n"
-#| "# If you have a way to get a recipe file into the d-i environment, you "
-#| "can\n"
-#| "# just point at it.\n"
-#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
-#| "\n"
-#| "# If not, you can put an entire recipe into the preconfiguration file in "
-#| "one\n"
-#| "# (logical) line. This example creates a small /boot partition, suitable\n"
-#| "# swap, and uses the rest of the space for the root partition:\n"
-#| "#d-i partman-auto/expert_recipe string \\\n"
-#| "# boot-root :: \\\n"
-#| "# 40 50 100 ext3 \\\n"
-#| "# $primary{ } $bootable{ } \\\n"
-#| "# method{ format } format{ } \\\n"
-#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
-#| "# mountpoint{ /boot } \\\n"
-#| "# . \\\n"
-#| "# 500 10000 1000000000 ext3 \\\n"
-#| "# method{ format } format{ } \\\n"
-#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
-#| "# mountpoint{ / } \\\n"
-#| "# . \\\n"
-#| "# 64 512 300% linux-swap \\\n"
-#| "# method{ swap } format{ } \\\n"
-#| "# .\n"
-#| "\n"
-#| "# This makes partman automatically partition without confirmation, "
-#| "provided\n"
-#| "# that you told it what to do using one of the methods above.\n"
-#| "d-i partman/confirm_write_new_label boolean true\n"
-#| "d-i partman/choose_partition \\\n"
-#| " select Finish partitioning and write changes to disk\n"
-#| "d-i partman/confirm boolean true"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"#d-i partman-auto/init_automatically_partition select biggest_free\n"
@@ -1803,91 +1738,36 @@ msgstr "RAID를 사용해 파티션하기"
#. Tag: para
#: preseed.xml:835
#, no-c-format
-#| msgid ""
-#| "You can also use preseeding to set up partitions on software RAID arrays. "
-#| "Supported are RAID levels 0, 1 and 5, creating degraded arrays and "
-#| "specifying spare devices. If you are using RAID 1, you can preseed grub "
-#| "to install to all devices used in the array; see <xref linkend=\"preseed-"
-#| "bootloader\"/>."
msgid ""
"You can also use preseeding to set up partitions on software RAID arrays. "
"Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and "
"specifying spare devices. If you are using RAID 1, you can preseed grub to "
"install to all devices used in the array; see <xref linkend=\"preseed-"
"bootloader\"/>."
-msgstr "소프트웨어 RAID를 설정할 때 미리 설정을 할 수 있습니다. RAID 레벨 0, 1, 5, 6, 10을 지원하고, 비상용 어레이 및 예비 장치를 지정합니다. RAID 1을 사용한다면 GRUB을 미리 설정해서 어레이 안의 모든 장치에 GRUB을 설치할 수 있습니다. <xref linkend=\"preseed-bootloader\"/> 부분을 참고하십시오."
+msgstr ""
+"소프트웨어 RAID를 설정할 때 미리 설정을 할 수 있습니다. RAID 레벨 0, 1, 5, "
+"6, 10을 지원하고, 비상용 어레이 및 예비 장치를 지정합니다. RAID 1을 사용한다"
+"면 GRUB을 미리 설정해서 어레이 안의 모든 장치에 GRUB을 설치할 수 있습니다. "
+"<xref linkend=\"preseed-bootloader\"/> 부분을 참고하십시오."
#. Tag: para
#: preseed.xml:845
#, no-c-format
-#| msgid ""
-#| "This type of automated partitioning is easy to get wrong. It is also a "
-#| "very new component that may still have some bugs or missing error "
-#| "handling. The responsibility to get the various recipes right (so they "
-#| "make sense and don't conflict) lies with the user. Check <filename>/var/"
-#| "log/syslog</filename> if you run into problems."
msgid ""
"This type of automated partitioning is easy to get wrong. It is also "
"functionality that receives relatively little testing from the developers of "
"&d-i;. The responsibility to get the various recipes right (so they make "
"sense and don't conflict) lies with the user. Check <filename>/var/log/"
"syslog</filename> if you run into problems."
-msgstr "이런 방식의 자동 파티션은 잘못되기 쉽습니다. 또 이 기능은 &d-i; 개발자들이 별로 테스트하지 않는 기능입니다.여러가지 방식을 올바르게 (규칙에 맞으면서 충돌하지 않게) 설정하는 책임은 사용자에게 있습니다. 문제가 발생하면 <filename>/var/log/syslog</filename> 파일을 확인하십시오."
+msgstr ""
+"이런 방식의 자동 파티션은 잘못되기 쉽습니다. 또 이 기능은 &d-i; 개발자들이 별"
+"로 테스트하지 않는 기능입니다.여러가지 방식을 올바르게 (규칙에 맞으면서 충돌"
+"하지 않게) 설정하는 책임은 사용자에게 있습니다. 문제가 발생하면 <filename>/"
+"var/log/syslog</filename> 파일을 확인하십시오."
#. Tag: screen
#: preseed.xml:855
#, no-c-format
-#| msgid ""
-#| "# NOTE: this option is of beta release quality and should be used "
-#| "carefully\n"
-#| "\n"
-#| "# The method should be set to \"raid\".\n"
-#| "#d-i partman-auto/method string raid\n"
-#| "# Specify the disks to be partitioned. They will all get the same "
-#| "layout,\n"
-#| "# so this will only work if the disks are the same size.\n"
-#| "#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/"
-#| "disc\n"
-#| "\n"
-#| "# Next you need to specify the physical partitions that will be used. \n"
-#| "#d-i partman-auto/expert_recipe string \\\n"
-#| "# multiraid :: \\\n"
-#| "# 1000 5000 4000 raid \\\n"
-#| "# $primary{ } method{ raid } \\\n"
-#| "# . \\\n"
-#| "# 64 512 300% raid \\\n"
-#| "# method{ raid } \\\n"
-#| "# . \\\n"
-#| "# 500 10000 1000000000 raid \\\n"
-#| "# method{ raid } \\\n"
-#| "# .\n"
-#| "\n"
-#| "# Last you need to specify how the previously defined partitions will be\n"
-#| "# used in the RAID setup. Remember to use the correct partition numbers\n"
-#| "# for logical partitions.\n"
-#| "# Parameters are:\n"
-#| "# &lt;raidtype&gt; &lt;devcount&gt; &lt;sparecount&gt; &lt;fstype&gt; &lt;"
-#| "mountpoint&gt; \\\n"
-#| "# &lt;devices&gt; &lt;sparedevices&gt;\n"
-#| "# RAID levels 0, 1 and 5 are supported; devices are separated using \"#"
-#| "\"\n"
-#| "#d-i partman-auto-raid/recipe string \\\n"
-#| "# 1 2 0 ext3 / \\\n"
-#| "# /dev/discs/disc0/part1#/dev/discs/disc1/part1 \\\n"
-#| "# . \\\n"
-#| "# 1 2 0 swap - \\\n"
-#| "# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \\\n"
-#| "# . \\\n"
-#| "# 0 2 0 ext3 /home \\\n"
-#| "# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \\\n"
-#| "# .\n"
-#| "\n"
-#| "# This makes partman automatically partition without confirmation.\n"
-#| "d-i partman-md/confirm boolean true\n"
-#| "d-i partman/confirm_write_new_label boolean true\n"
-#| "d-i partman/choose_partition \\\n"
-#| " select Finish partitioning and write changes to disk\n"
-#| "d-i partman/confirm boolean true"
msgid ""
"# NOTE: this option is of beta release quality and should be used carefully\n"
"\n"
@@ -1960,7 +1840,8 @@ msgstr ""
"# 마지막으로 예전에 정의한 파티션을 RAID 설정에서 어떻게 사용할 지\n"
"# 지정합니다. 논리 파티션에 대해 올바른 파티션 번호를 사용하도록 하십시오.\n"
"# 파라미터는 다음과 같습니다:\n"
-"# &lt;raidtype&gt; &lt;devcount&gt; &lt;sparecount&gt; &lt;fstype&gt; &lt;mountpoint&gt; \\\n"
+"# &lt;raidtype&gt; &lt;devcount&gt; &lt;sparecount&gt; &lt;fstype&gt; &lt;"
+"mountpoint&gt; \\\n"
"# &lt;devices&gt; &lt;sparedevices&gt;\n"
"# RAID 레벨 0, 1, 5, 6, 10을 지원합니다. 각 장치는 \"#\"으로 구분합니다.\n"
"#d-i partman-auto-raid/recipe string \\\n"