summaryrefslogtreecommitdiff
path: root/po/ko/boot-installer.po
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-11-04 17:29:15 +0000
committerFrans Pop <elendil@planet.nl>2006-11-04 17:29:15 +0000
commitc9370baa3c260ca72e5b1f8264a8107af2d40bd2 (patch)
treeebc117a6306e9ed79220225e0a7a2c6a9604c0bc /po/ko/boot-installer.po
parent227eaa2e27a9bcdab9eca6c4bf9fdb4891e5b23d (diff)
downloadinstallation-guide-c9370baa3c260ca72e5b1f8264a8107af2d40bd2.zip
Update of POT and PO files for the manual
Diffstat (limited to 'po/ko/boot-installer.po')
-rw-r--r--po/ko/boot-installer.po224
1 files changed, 162 insertions, 62 deletions
diff --git a/po/ko/boot-installer.po b/po/ko/boot-installer.po
index 5dd0c5cdf..bbd314e3f 100644
--- a/po/ko/boot-installer.po
+++ b/po/ko/boot-installer.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: boot-installer.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2006-10-29 14:49+0000\n"
+"POT-Creation-Date: 2006-11-04 17:26+0000\n"
"PO-Revision-Date: 2006-10-07 17:00+0900\n"
"Last-Translator: Seok-moon Jang <drssay97@gmail.com>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
@@ -3963,11 +3963,27 @@ msgstr ""
#. Tag: term
#: boot-installer.xml:3057
#, no-c-format
+msgid "auto-install/enabled"
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:3058
+#, no-c-format
+msgid ""
+"Delay questions that are normally asked before preseeding is possible until "
+"after the network is configured. Short form: <userinput>auto=true</"
+"userinput> See <xref linkend=\"preseed-auto\"/> for details about using this "
+"to automate installs."
+msgstr ""
+
+#. Tag: term
+#: boot-installer.xml:3069
+#, no-c-format
msgid "cdrom-detect/eject"
msgstr "cdrom-detect/eject"
#. Tag: para
-#: boot-installer.xml:3058
+#: boot-installer.xml:3070
#, no-c-format
msgid ""
"By default, before rebooting, &d-i; automatically ejects the optical media "
@@ -3985,7 +4001,7 @@ msgstr ""
"롯 스타일의 드라이브는 미디어를 자동으로 다시 집어넣지 못합니다."
#. Tag: para
-#: boot-installer.xml:3067
+#: boot-installer.xml:3079
#, no-c-format
msgid ""
"Set to <userinput>false</userinput> to disable automatic ejection, and be "
@@ -3996,25 +4012,25 @@ msgstr ""
"단 설치한 후에 시스템이 광학 드라이브에서 자동으로 부팅하지 않도록 하십시오."
#. Tag: term
-#: boot-installer.xml:3078
+#: boot-installer.xml:3090
#, no-c-format
msgid "ramdisk_size"
msgstr "ramdisk_size"
#. Tag: para
-#: boot-installer.xml:3079
+#: boot-installer.xml:3091
#, no-c-format
msgid "If you are using a 2.2.x kernel, you may need to set &ramdisksize;."
msgstr "2.2.x 커널을 사용한다면, &ramdisksize;로 설정해야 합니다."
#. Tag: term
-#: boot-installer.xml:3087
+#: boot-installer.xml:3099
#, no-c-format
msgid "directfb/hw-accel"
msgstr "directfb/hw-accel"
#. Tag: para
-#: boot-installer.xml:3088
+#: boot-installer.xml:3100
#, no-c-format
msgid ""
"For the gtk frontend (graphical installer), hardware acceleration in "
@@ -4026,13 +4042,13 @@ msgstr ""
"이 파라미터를 <userinput>true</userinput>로 설정하면 됩니다."
#. Tag: term
-#: boot-installer.xml:3098
+#: boot-installer.xml:3110
#, no-c-format
msgid "rescue/enable"
msgstr "rescue/enable"
#. Tag: para
-#: boot-installer.xml:3099
+#: boot-installer.xml:3111
#, no-c-format
msgid ""
"Set to <userinput>true</userinput> to enter rescue mode rather than "
@@ -4042,19 +4058,70 @@ msgstr ""
"로 설정하십시오(참고: <xref linkend=\"rescue\"/>)."
#. Tag: title
-#: boot-installer.xml:3117
+#: boot-installer.xml:3122
+#, no-c-format
+msgid "Passing parameters to kernel modules"
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:3123
+#, no-c-format
+msgid ""
+"If drivers are compiled into the kernel, you can pass parameters to them as "
+"described in the kernel documentation. However, if drivers are compiled as "
+"modules and because kernel modules are loaded a bit differently during an "
+"installation than when booting an installed system, it is not possible to "
+"pass parameters to modules as you would normally do. Instead, you need to "
+"use a special syntax recognized by the installer which will then make sure "
+"that the parameters are saved in the proper configuration files and will "
+"thus be used when the modules are actually loaded. The parameters will also "
+"be propagated automatically to the configuration for the installed system."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:3136
+#, no-c-format
+msgid ""
+"Note that it is now quite rare that parameters need to be passed to modules. "
+"In most cases the kernel will be able to probe the hardware present in a "
+"system and set good defaults that way. However, in some situations it may "
+"still be needed to set parameters manually."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:3143
+#, no-c-format
+msgid ""
+"The syntax to use to set parameters for modules is: "
+"<informalexample><screen>\n"
+"<replaceable>module_name</replaceable>.<replaceable>parameter_name</"
+"replaceable>=<replaceable>value</replaceable>\n"
+"</screen></informalexample> If you need to pass multiple parameters to the "
+"same or different modules, just repeat this. For example, to set an old 3Com "
+"network interface card to use the BNC (coax) connector and IRQ 10, you would "
+"pass:"
+msgstr ""
+
+#. Tag: screen
+#: boot-installer.xml:3153
+#, no-c-format
+msgid "3c509.xcvr=3 3c509.irq=10"
+msgstr ""
+
+#. Tag: title
+#: boot-installer.xml:3165
#, no-c-format
msgid "Troubleshooting the Installation Process"
msgstr "설치 과정의 문제 해결"
#. Tag: title
-#: boot-installer.xml:3122
+#: boot-installer.xml:3170
#, fuzzy, no-c-format
msgid "CD-ROM Reliability"
msgstr "플로피 디스크 신뢰성"
#. Tag: para
-#: boot-installer.xml:3123
+#: boot-installer.xml:3171
#, no-c-format
msgid ""
"Sometimes, especially with older CD-ROM drives, the installer may fail to "
@@ -4064,7 +4131,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3130
+#: boot-installer.xml:3178
#, no-c-format
msgid ""
"There are a many different possible causes for these problems. We can only "
@@ -4073,7 +4140,40 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3136
+#: boot-installer.xml:3184
+#, no-c-format
+msgid "There are two very simple things that you should try first."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:3189
+#, no-c-format
+msgid ""
+"If the CD-ROM does not boot, check that it was inserted correctly and that "
+"it is not dirty."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:3195
+#, no-c-format
+msgid ""
+"If the installer fails to recognize a CD-ROM, try just running the option "
+"<menuchoice> <guimenuitem>Detect and mount CD-ROM</guimenuitem> </"
+"menuchoice> a second time. Some DMA related isses with older CD-ROM drives "
+"are known to be resolved in this way."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:3205
+#, no-c-format
+msgid ""
+"If this does not work, then try the suggestions in the subsections below. "
+"Most, but not all, suggestions discussed there are valid for both CD-ROM and "
+"DVD, but we'll use the term CD-ROM for simplicity."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:3211
#, no-c-format
msgid ""
"If you cannot get the installation working from CD-ROM, try one of the other "
@@ -4081,13 +4181,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:3144
+#: boot-installer.xml:3219
#, no-c-format
msgid "Common issues"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3147
+#: boot-installer.xml:3222
#, no-c-format
msgid ""
"Some older CD-ROM drives do not support reading from discs that were burned "
@@ -4095,7 +4195,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3153
+#: boot-installer.xml:3228
#, no-c-format
msgid ""
"If your system boots correctly from the CD-ROM, it does not necessarily mean "
@@ -4104,7 +4204,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3160
+#: boot-installer.xml:3235
#, no-c-format
msgid ""
"Some older CD-ROM drives do not work correctly if <quote>direct memory "
@@ -4112,19 +4212,19 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:3171
+#: boot-installer.xml:3246
#, no-c-format
msgid "How to investigate and maybe solve issues"
msgstr ""
#. Tag: para
-#: boot-installer.xml:3172
+#: boot-installer.xml:3247
#, no-c-format
msgid "If the CD-ROM fails to boot, try the suggestions listed below."
msgstr ""
#. Tag: para
-#: boot-installer.xml:3177
+#: boot-installer.xml:3252
#, no-c-format
msgid ""
"Check that your BIOS actually supports booting from CD-ROM (older systems "
@@ -4132,7 +4232,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3183
+#: boot-installer.xml:3258
#, no-c-format
msgid ""
"If you downloaded an iso image, check that the md5sum of that image matches "
@@ -4148,7 +4248,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: boot-installer.xml:3196
+#: boot-installer.xml:3271
#, no-c-format
msgid ""
"$ dd if=/dev/cdrom | \\\n"
@@ -4162,7 +4262,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3201
+#: boot-installer.xml:3276
#, no-c-format
msgid ""
"If, after the installer has been booted successfully, the CD-ROM is not "
@@ -4175,7 +4275,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3213
+#: boot-installer.xml:3288
#, no-c-format
msgid ""
"Switch to VT4 or view the contents of <filename>/var/log/syslog</filename> "
@@ -4184,7 +4284,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3220
+#: boot-installer.xml:3295
#, no-c-format
msgid ""
"Check in the output of <command>dmesg</command> if your CD-ROM drive was "
@@ -4202,7 +4302,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3234
+#: boot-installer.xml:3309
#, no-c-format
msgid ""
"Check that there is a device node for your CD-ROM drive under <filename>/dev/"
@@ -4211,7 +4311,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3242
+#: boot-installer.xml:3317
#, no-c-format
msgid ""
"Use the <command>mount</command> command to check if the CD-ROM is already "
@@ -4222,7 +4322,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3252
+#: boot-installer.xml:3327
#, no-c-format
msgid ""
"Check if DMA is currently enabled: <informalexample><screen>\n"
@@ -4237,7 +4337,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3266
+#: boot-installer.xml:3341
#, no-c-format
msgid ""
"If there are any problems during the installation, try checking the "
@@ -4247,13 +4347,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:3281
+#: boot-installer.xml:3356
#, no-c-format
msgid "Floppy Disk Reliability"
msgstr "플로피 디스크 신뢰성"
#. Tag: para
-#: boot-installer.xml:3283
+#: boot-installer.xml:3358
#, no-c-format
msgid ""
"The biggest problem for people using floppy disks to install Debian seems to "
@@ -4263,7 +4363,7 @@ msgstr ""
"성 문제일 것입니다."
#. Tag: para
-#: boot-installer.xml:3288
+#: boot-installer.xml:3363
#, no-c-format
msgid ""
"The boot floppy is the floppy with the worst problems, because it is read by "
@@ -4280,7 +4380,7 @@ msgstr ""
"로피에서도 디스크 입출력 오류 메세지만 가득 나오는 문제가 발생하기도 합니다."
#. Tag: para
-#: boot-installer.xml:3297
+#: boot-installer.xml:3372
#, fuzzy, no-c-format
msgid ""
"If you are having the installation stall at a particular floppy, the first "
@@ -4295,7 +4395,7 @@ msgstr ""
"안 됩니다. 다른 시스템에서 플로피를 만드는 게 도움이 될 수도 있습니다."
#. Tag: para
-#: boot-installer.xml:3306
+#: boot-installer.xml:3381
#, no-c-format
msgid ""
"Normally you should not have download a floppy image again, but if you are "
@@ -4304,7 +4404,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:3312
+#: boot-installer.xml:3387
#, no-c-format
msgid ""
"One user reports he had to write the images to floppy <emphasis>three</"
@@ -4315,7 +4415,7 @@ msgstr ""
"emphasis> 써야 했다고 하고, 세 번째 플로피에서 제대로 동작했다고 합니다."
#. Tag: para
-#: boot-installer.xml:3318
+#: boot-installer.xml:3393
#, no-c-format
msgid ""
"Other users have reported that simply rebooting a few times with the same "
@@ -4327,13 +4427,13 @@ msgstr ""
"이버때문입니다."
#. Tag: title
-#: boot-installer.xml:3327
+#: boot-installer.xml:3402
#, no-c-format
msgid "Boot Configuration"
msgstr "부팅 설정"
#. Tag: para
-#: boot-installer.xml:3329
+#: boot-installer.xml:3404
#, no-c-format
msgid ""
"If you have problems and the kernel hangs during the boot process, doesn't "
@@ -4346,7 +4446,7 @@ msgstr ""
"linkend=\"boot-parms\"/>에 쓰여 있는 것처럼 제대로 되었는 지 확인하십시오."
#. Tag: para
-#: boot-installer.xml:3336
+#: boot-installer.xml:3411
#, no-c-format
msgid ""
"If you are booting with your own kernel instead of the one supplied with the "
@@ -4358,7 +4458,7 @@ msgstr ""
"<userinput>CONFIG_DEVFS</userinput>가 필요합니다."
#. Tag: para
-#: boot-installer.xml:3343
+#: boot-installer.xml:3418
#, no-c-format
msgid ""
"Often, problems can be solved by removing add-ons and peripherals, and then "
@@ -4370,7 +4470,7 @@ msgstr ""
"히 문제가 많습니다.</phrase>"
#. Tag: para
-#: boot-installer.xml:3349
+#: boot-installer.xml:3424
#, no-c-format
msgid ""
"If you have a large amount of memory installed in your machine, more than "
@@ -4383,13 +4483,13 @@ msgstr ""
"수도 있습니다. 예를 들어 <userinput>mem=512m</userinput>과 같이 씁니다."
#. Tag: title
-#: boot-installer.xml:3360
+#: boot-installer.xml:3435
#, no-c-format
msgid "Common &arch-title; Installation Problems"
msgstr "자주 발생하는 &arch-title; 설치 문제"
#. Tag: para
-#: boot-installer.xml:3361
+#: boot-installer.xml:3436
#, no-c-format
msgid ""
"There are some common installation problems that can be solved or avoided by "
@@ -4399,7 +4499,7 @@ msgstr ""
"법으로 해결할 수 있습니다."
#. Tag: para
-#: boot-installer.xml:3366
+#: boot-installer.xml:3441
#, no-c-format
msgid ""
"Some systems have floppies with <quote>inverted DCLs</quote>. If you receive "
@@ -4411,7 +4511,7 @@ msgstr ""
"<userinput>floppy=thinkpad</userinput> 파라미터를 시도해 보십시오."
#. Tag: para
-#: boot-installer.xml:3372
+#: boot-installer.xml:3447
#, no-c-format
msgid ""
"On some systems, such as the IBM PS/1 or ValuePoint (which have ST-506 disk "
@@ -4431,7 +4531,7 @@ msgstr ""
"십시오."
#. Tag: para
-#: boot-installer.xml:3381
+#: boot-installer.xml:3456
#, no-c-format
msgid ""
"If you have a very old machine, and the kernel hangs after saying "
@@ -4444,7 +4544,7 @@ msgstr ""
"도록 <userinput>no-hlt</userinput> 파라미터를 시도해 보십시오."
#. Tag: para
-#: boot-installer.xml:3388
+#: boot-installer.xml:3463
#, no-c-format
msgid ""
"If your screen begins to show a weird picture while the kernel boots, eg. "
@@ -4464,13 +4564,13 @@ msgstr ""
"parms\"/> 부분을 참고하십시오."
#. Tag: title
-#: boot-installer.xml:3402
+#: boot-installer.xml:3477
#, no-c-format
msgid "System Freeze During the PCMCIA Configuration Phase"
msgstr "PCMCIA 설정 단계에서 시스템 멈춤"
#. Tag: para
-#: boot-installer.xml:3403
+#: boot-installer.xml:3478
#, no-c-format
msgid ""
"Some laptop models produced by Dell are known to crash when PCMCIA device "
@@ -4489,7 +4589,7 @@ msgstr ""
"제외할 수 있습니다."
#. Tag: para
-#: boot-installer.xml:3413
+#: boot-installer.xml:3488
#, no-c-format
msgid ""
"Alternatively, you can boot the installer in expert mode. You will then be "
@@ -4510,13 +4610,13 @@ msgstr ""
"값을 입력할 때, 쉼표를 쓰지 않는다는 것에 유의하십시오."
#. Tag: title
-#: boot-installer.xml:3430
+#: boot-installer.xml:3505
#, no-c-format
msgid "System Freeze while Loading the USB Modules"
msgstr "USB 모듈을 읽어들이다가 시스템 멈춤"
#. Tag: para
-#: boot-installer.xml:3431
+#: boot-installer.xml:3506
#, no-c-format
msgid ""
"The kernel normally tries to install USB modules and the USB keyboard driver "
@@ -4535,13 +4635,13 @@ msgstr ""
"는 것입니다."
#. Tag: title
-#: boot-installer.xml:3445
+#: boot-installer.xml:3520
#, no-c-format
msgid "Interpreting the Kernel Startup Messages"
msgstr "커널 시작 메세지 해석하기"
#. Tag: para
-#: boot-installer.xml:3447
+#: boot-installer.xml:3522
#, no-c-format
msgid ""
"During the boot sequence, you may see many messages in the form "
@@ -4576,13 +4676,13 @@ msgstr ""
"(<xref linkend=\"kernel-baking\"/> 참고.)"
#. Tag: title
-#: boot-installer.xml:3472
+#: boot-installer.xml:3547
#, no-c-format
msgid "Bug Reporter"
msgstr "버그 보고"
#. Tag: para
-#: boot-installer.xml:3473
+#: boot-installer.xml:3548
#, no-c-format
msgid ""
"If you get through the initial boot phase but cannot complete the install, "
@@ -4599,7 +4699,7 @@ msgstr ""
"이 정보를 버그 보고에 첨부해 주십시오."
#. Tag: para
-#: boot-installer.xml:3484
+#: boot-installer.xml:3559
#, no-c-format
msgid ""
"Other pertinent installation messages may be found in <filename>/var/log/</"
@@ -4611,13 +4711,13 @@ msgstr ""
"들어 있습니다."
#. Tag: title
-#: boot-installer.xml:3495
+#: boot-installer.xml:3570
#, no-c-format
msgid "Submitting Installation Reports"
msgstr "설치 보고 제출"
#. Tag: para
-#: boot-installer.xml:3496
+#: boot-installer.xml:3571
#, no-c-format
msgid ""
"If you still have problems, please submit an installation report. We also "
@@ -4630,7 +4730,7 @@ msgstr ""
"사용하는 지에 대한 정보를 많이 얻을 수 있습니다."
#. Tag: para
-#: boot-installer.xml:3503
+#: boot-installer.xml:3578
#, no-c-format
msgid ""
"If you have a working Debian system, the easiest way to send an installation "
@@ -4644,7 +4744,7 @@ msgstr ""
"installation-report</command> 명령을 실행하는 것입니다."
#. Tag: para
-#: boot-installer.xml:3510
+#: boot-installer.xml:3585
#, fuzzy, no-c-format
msgid ""
"Please use this template when filling out installation reports, and file the "