diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-10-28 15:45:11 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-10-28 15:45:11 +0000 |
commit | ed1508bead454fc2c00e4cbd94c3b91a4574b78d (patch) | |
tree | f9ad55fdf42d2aecf74c309c83e68d490a306a2d /po/ko | |
parent | a6ce99824a2f37bef118f73eb230f70e6510203a (diff) | |
download | installation-guide-ed1508bead454fc2c00e4cbd94c3b91a4574b78d.zip |
Fix graphical boot options.
Diffstat (limited to 'po/ko')
-rw-r--r-- | po/ko/install-methods.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/ko/install-methods.po b/po/ko/install-methods.po index f4aece94b..a4d818375 100644 --- a/po/ko/install-methods.po +++ b/po/ko/install-methods.po @@ -1224,7 +1224,7 @@ msgstr "" #| "default vmlinuz\n" #| "append initrd=initrd.gz\n" #| "</screen></informalexample> For the graphical installer you should add " -#| "<userinput>video=vesa:ywrap,mtrr vga=788</userinput> to the second line." +#| "<userinput>vga=788</userinput> to the second line." msgid "" "Next you should create a <filename>syslinux.cfg</filename> configuration " "file, which at a bare minimum should contain the following two lines (change " @@ -1234,14 +1234,14 @@ msgid "" "default vmlinuz\n" "append initrd=initrd.gz\n" "</screen></informalexample> For the graphical installer you should add " -"<userinput>video=vesa:ywrap,mtrr vga=788</userinput> to the second line." +"<userinput>vga=788</userinput> to the second line." msgstr "" "그 다음에 <filename>syslinux.cfg</filename> 설정 파일을 만들어야 합니다. 설" "정 파일에는 최소한 다음 두 줄이 들어가야 합니다: <informalexample><screen>\n" "default vmlinuz\n" "append initrd=initrd.gz\n" "</screen></informalexample> 그래픽 설치 프로그램의 경우 두 번째 줄에 " -"<userinput>video=vesa:ywrap,mtrr vga=788</userinput> 옵션을 덧붙입니다." +"<userinput>vga=788</userinput> 옵션을 덧붙입니다." #. Tag: para #: install-methods.xml:768 |