diff options
Diffstat (limited to 'po/ko')
-rw-r--r-- | po/ko/boot-installer.po | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/po/ko/boot-installer.po b/po/ko/boot-installer.po index 0c388dc4b..0687009b4 100644 --- a/po/ko/boot-installer.po +++ b/po/ko/boot-installer.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-installer.xml\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-03-21 17:00+0000\n" +"POT-Creation-Date: 2015-03-22 13:58+0000\n" "PO-Revision-Date: 2015-03-21 18:09+0100\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n" @@ -415,7 +415,23 @@ msgstr "" #. Tag: para #: boot-installer.xml:197 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "One problem that can come up when booting from a USB stick while using a " +#| "serial console can be a console baudrate mismatch. If a console variable " +#| "is defined in u-boot, the &d-i; boot script automatically passes it to " +#| "the kernel to set the primary console device and, if applicable, the " +#| "console baudrate. Unfortunately the handling of the console variable " +#| "varies from platform to platform - on some platforms, the console " +#| "variable includes the baudrate (as in <quote>console=ttyS0,115200</" +#| "quote>), while on other platforms the console variable contains only the " +#| "device (as in <quote>console=ttyS0</quote>). The latter case leads to a " +#| "garbled console output when the default baudrate differs between u-boot " +#| "and the kernel. Modern u-boot versions often use 115200 baud while the " +#| "kernel still defaults to the traditional 9600 baud. If this happens, you " +#| "should manually set the console variable to contain the correct baudrate " +#| "for your system and then start the installer with the <quote>run " +#| "usb_boot</quote> command." msgid "" "One problem that can come up when booting from a USB stick while using a " "serial console can be a console baudrate mismatch. If a console variable is " @@ -430,7 +446,7 @@ msgid "" "Modern u-boot versions often use 115200 baud while the kernel still defaults " "to the traditional 9600 baud. If this happens, you should manually set the " "console variable to contain the correct baudrate for your system and then " -"start the installer with the <quote>run usb_boot</quote> command." +"start the installer with the <quote>run bootcmd_usb0</quote> command." msgstr "" "시리얼 콘솔을 사용할 때 USB 메모리에서 부팅할 경우 발생할 수 있는 한 가지 문" "제는 보우레이트가 일치하지 않는 경우입니다. 콘솔 변수를 u-boot에서 지정한 경" |