summaryrefslogtreecommitdiff
path: root/po/ko
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2012-02-21 19:49:36 +0000
committerSamuel Thibault <sthibault@debian.org>2012-02-21 19:49:36 +0000
commit8c65de0539b3df0d14bf24860bf8908687a8ec24 (patch)
tree113abb320756e4af0eb59296996b86f92545de93 /po/ko
parentc42fc84b43df8cc6683e77451283c95b56e13dd2 (diff)
downloadinstallation-guide-8c65de0539b3df0d14bf24860bf8908687a8ec24.zip
Use dd of= instead of cat >, to save users who use sudo. Closes: #660776.
Diffstat (limited to 'po/ko')
-rw-r--r--po/ko/install-methods.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/po/ko/install-methods.po b/po/ko/install-methods.po
index a45c4675e..8ba8857ed 100644
--- a/po/ko/install-methods.po
+++ b/po/ko/install-methods.po
@@ -497,13 +497,13 @@ msgstr "설치프로그램을 실시하는 USB 메모리를 준비하려면, 네
#, no-c-format
msgid ""
"For example, when using an existing GNU/Linux system, the <filename>mini.iso</filename> file can be written to a USB stick as follows: <informalexample><screen>\n"
-"# cat mini.iso &gt; /dev/<replaceable>sdX</replaceable>\n"
-"# sync\n"
+"<prompt>#</prompt> <userinput>dd if=<replaceable>debian.iso</replaceable> of=/dev/<replaceable>sdX</replaceable></userinput>\n"
+"<prompt>#</prompt> <userinput>sync</userinput>\n"
"</screen></informalexample> To add firmware to a USB stick prepared in this way, obtain the necessary firmware files. See <xref linkend=\"loading-firmware\"/> for more information. Now unplug and replug the USB stick, and two partitions should now be visible on it. You should mount the second of the two partitions, and unpack the firmware onto it."
msgstr ""
"예를 들어, 기존의 GNU/Linux 시스템을 사용하는 경우, <filename>mini.iso</filename>파일이 다음과 같이 USB 스틱에 기록하실 수 있습니다.<informalexample><screen>\n"
-"# cat mini.iso &gt; /dev/<replaceable>sdX</replaceable>\n"
-"# sync\n"
+"<prompt>#</prompt> <userinput>dd if=<replaceable>debian.iso</replaceable> of=/dev/<replaceable>sdX</replaceable></userinput>\n"
+"<prompt>#</prompt> <userinput>sync</userinput>\n"
"</screen></informalexample> 이러한 방법으로 USB 스틱에 준비해 펌웨어를 추가하려면 필요한 펌웨어 파일을 구하십시오. 자세한 내용은 <xref linkend=\"loading-firmware\"/>를 참조하십시오. 이제 USB스틱을 분리 및 재연결 하고, 두 파티션은 지금 표시해야합니다. 당신이 두 파티션의 두 번째를 탑재하고, 펌웨어를 풀어야합니다."
#. Tag: screen