diff options
author | Frans Pop <elendil@planet.nl> | 2010-02-22 04:40:44 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2010-02-22 04:40:44 +0000 |
commit | ed52a9da4b4c05f4cfcdecb3b28ec39878de74f2 (patch) | |
tree | e91ca04721012538784c73a5695d3da51d24675b /po/ko | |
parent | 879e041f845ee42054832551c2c9859d03e724a0 (diff) | |
download | installation-guide-ed52a9da4b4c05f4cfcdecb3b28ec39878de74f2.zip |
Unfuzzy translations for previous commit
Diffstat (limited to 'po/ko')
-rw-r--r-- | po/ko/install-methods.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/ko/install-methods.po b/po/ko/install-methods.po index e53971287..b4a7206e4 100644 --- a/po/ko/install-methods.po +++ b/po/ko/install-methods.po @@ -1884,7 +1884,7 @@ msgid "" "}\n" "\n" "host clientname {\n" -" filename \"/tftpboot/tftpboot.img\";\n" +" filename \"/tftpboot.img\";\n" " server-name \"servername\";\n" " next-server servername;\n" " hardware ethernet 01:23:45:67:89:AB;\n" @@ -1904,7 +1904,7 @@ msgstr "" "}\n" "\n" "host clientname {\n" -" filename \"/tftpboot/tftpboot.img\";\n" +" filename \"/tftpboot.img\";\n" " server-name \"servername\";\n" " next-server servername;\n" " hardware ethernet 01:23:45:67:89:AB;\n" @@ -1975,7 +1975,7 @@ msgid "" " host tftpclient {\n" "# tftp client hardware address\n" " hardware ethernet 00:10:DC:27:6C:15;\n" -" filename \"pxelinux.0\";\n" +" filename \"/pxelinux.0\";\n" " }\n" "}\n" "</screen></informalexample> Note that for PXE booting, the client filename " @@ -2008,7 +2008,7 @@ msgstr "" " host tftpclient {\n" "# TFTP 클라이언트 하드웨어 주소\n" " hardware ethernet 00:10:DC:27:6C:15;\n" -" filename \"pxelinux.0\";\n" +" filename \"/pxelinux.0\";\n" " }\n" "}\n" "</screen></informalexample> PXE 부팅의 경우, 커널 이미지가 아니라 클라이언트 " |