summaryrefslogtreecommitdiff
path: root/po/ko/random-bits.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ko/random-bits.po')
-rw-r--r--po/ko/random-bits.po328
1 files changed, 202 insertions, 126 deletions
diff --git a/po/ko/random-bits.po b/po/ko/random-bits.po
index 0848b6cb9..652a83dbc 100644
--- a/po/ko/random-bits.po
+++ b/po/ko/random-bits.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2007-07-09 16:44+0000\n"
+"POT-Creation-Date: 2007-10-22 00:09+0000\n"
"PO-Revision-Date: 2007-03-09 21:47+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -779,14 +779,28 @@ msgstr ""
"quote> &debian; 설치입니다. 또 이 방법은 여러가지 부팅 미디어나 설치 미디어들"
"이 동작하지 않는 하드웨어에 설치하는 쉬운 방법이기도 합니다."
+#. Tag: para
+#: random-bits.xml:359
+#, no-c-format
+msgid ""
+"As this is a mostly manual procedure, you should bear in mind that you will "
+"need to do a lot of basic configuration of the system yourself, which will "
+"also require more knowledge of Debian and of Linux in general than "
+"performing a regular installation. You cannot expect this procedure to "
+"result in a system that is identical to a system from a regular "
+"installation. You should also keep in mind that this procedure only gives "
+"the basic steps to set up a system. Additional installation and/or "
+"configuration steps may be needed."
+msgstr ""
+
#. Tag: title
-#: random-bits.xml:360
+#: random-bits.xml:373
#, no-c-format
msgid "Getting Started"
msgstr "시작하기"
#. Tag: para
-#: random-bits.xml:361
+#: random-bits.xml:374
#, no-c-format
msgid ""
"With your current *nix partitioning tools, repartition the hard drive as "
@@ -801,7 +815,7 @@ msgstr ""
"크탑 환경을 설치한다면 이보다 더) 필요합니다."
#. Tag: para
-#: random-bits.xml:369
+#: random-bits.xml:382
#, no-c-format
msgid ""
"Next, create file systems on the partitions. For example, to create an ext3 "
@@ -819,7 +833,7 @@ msgstr ""
"j</userinput> 옵션을 빼십시오."
#. Tag: para
-#: random-bits.xml:379
+#: random-bits.xml:392
#, no-c-format
msgid ""
"Initialize and activate swap (substitute the partition number for your "
@@ -842,7 +856,7 @@ msgstr ""
"트 위치 이름은 마음대로 정한 것이고, 아래에서 계속 사용합니다."
#. Tag: screen
-#: random-bits.xml:391
+#: random-bits.xml:404
#, no-c-format
msgid ""
"# mkdir /mnt/debinst\n"
@@ -852,7 +866,7 @@ msgstr ""
"# mount /dev/<replaceable>hda6</replaceable> /mnt/debinst"
#. Tag: para
-#: random-bits.xml:394
+#: random-bits.xml:407
#, no-c-format
msgid ""
"If you want to have parts of the filesystem (e.g. /usr) mounted on separate "
@@ -863,13 +877,13 @@ msgstr ""
"로 넘어가기 전에 그 디렉토리를 수동으로 만들어서 마운트해야 합니다."
#. Tag: title
-#: random-bits.xml:404
+#: random-bits.xml:417
#, no-c-format
msgid "Install <command>debootstrap</command>"
msgstr "<command>debootstrap</command> 설치"
#. Tag: para
-#: random-bits.xml:405
+#: random-bits.xml:418
#, no-c-format
msgid ""
"The utility used by the Debian installer, and recognized as the official way "
@@ -893,7 +907,7 @@ msgstr ""
"오. 그리고 <command>debootstrap</command>을 내려 받고 설치하십시오."
#. Tag: para
-#: random-bits.xml:435
+#: random-bits.xml:448
#, no-c-format
msgid ""
"Or, you can use the following procedure to install it manually. Make a work "
@@ -919,7 +933,7 @@ msgstr ""
"입니다."
#. Tag: screen
-#: random-bits.xml:450
+#: random-bits.xml:463
#, no-c-format
msgid ""
"# ar -x debootstrap_0.X.X_all.deb\n"
@@ -931,13 +945,13 @@ msgstr ""
"# zcat /full-path-to-work/work/data.tar.gz | tar xv"
#. Tag: title
-#: random-bits.xml:456
+#: random-bits.xml:469
#, no-c-format
msgid "Run <command>debootstrap</command>"
msgstr "<command>debootstrap</command> 실행"
#. Tag: para
-#: random-bits.xml:457
+#: random-bits.xml:470
#, no-c-format
msgid ""
"<command>debootstrap</command> can download the needed files directly from "
@@ -953,7 +967,7 @@ msgstr ""
"org/misc/README.mirrors\"></ulink>에 있습니다."
#. Tag: para
-#: random-bits.xml:466
+#: random-bits.xml:479
#, no-c-format
msgid ""
"If you have a &releasename; &debian; CD mounted at <filename>/cdrom</"
@@ -965,7 +979,7 @@ msgstr ""
"userinput>"
#. Tag: para
-#: random-bits.xml:472
+#: random-bits.xml:485
#, no-c-format
msgid ""
"Substitute one of the following for <replaceable>ARCH</replaceable> in the "
@@ -985,7 +999,7 @@ msgstr ""
"<userinput>sparc</userinput>."
#. Tag: screen
-#: random-bits.xml:490
+#: random-bits.xml:503
#, no-c-format
msgid ""
"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
@@ -995,13 +1009,13 @@ msgstr ""
" /mnt/debinst http://ftp.us.debian.org/debian"
#. Tag: title
-#: random-bits.xml:496
+#: random-bits.xml:509
#, no-c-format
msgid "Configure The Base System"
msgstr "베이스 시스템 설정"
#. Tag: para
-#: random-bits.xml:497
+#: random-bits.xml:510
#, no-c-format
msgid ""
"Now you've got a real Debian system, though rather lean, on disk. "
@@ -1017,19 +1031,74 @@ msgstr ""
"스 시스템과 맞게 맞춰야 할 것입니다. 예를 들어:"
#. Tag: screen
-#: random-bits.xml:507
+#: random-bits.xml:520
#, no-c-format
msgid "# export TERM=<replaceable>xterm-color</replaceable>"
msgstr "# export TERM=<replaceable>xterm-color</replaceable>"
#. Tag: title
-#: random-bits.xml:512
+#: random-bits.xml:525
+#, no-c-format
+msgid "Create device files"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:526
+#, no-c-format
+msgid ""
+"At this point <filename>/dev/</filename> only contains very basic device "
+"files. For the next steps of the installation additional device files may be "
+"needed. There are different ways to go about this and which method you "
+"should use depends on the host system you are using for the installation, on "
+"whether you intend to use a modular kernel or not, and on whether you intend "
+"to use dynamic (e.g. using <classname>udev</classname>) or static device "
+"files for the new system."
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:536
+#, no-c-format
+msgid "A few of the available options are:"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:541
+#, no-c-format
+msgid "create a default set of static device files using"
+msgstr ""
+
+#. Tag: screen
+#: random-bits.xml:544
+#, no-c-format
+msgid ""
+"# cd /dev\n"
+"# MAKEDEV generic"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:547
+#, no-c-format
+msgid ""
+"manually create only specific device files using <command>MAKEDEV</command>"
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:552
+#, no-c-format
+msgid ""
+"bind mount /dev from your host system on top of /dev in the target system; "
+"note that the postinst scripts of some packages may try to create device "
+"files, so this option should only be used with care"
+msgstr ""
+
+#. Tag: title
+#: random-bits.xml:565
#, no-c-format
msgid "Mount Partitions"
msgstr "파티션 마운트하기"
#. Tag: para
-#: random-bits.xml:513
+#: random-bits.xml:566
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
@@ -1112,13 +1181,13 @@ msgstr ""
"오."
#. Tag: screen
-#: random-bits.xml:539
+#: random-bits.xml:592
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:541
+#: random-bits.xml:594
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1130,19 +1199,19 @@ msgstr ""
"있습니다:"
#. Tag: screen
-#: random-bits.xml:547
+#: random-bits.xml:600
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:553
+#: random-bits.xml:606
#, no-c-format
msgid "Setting Timezone"
msgstr "시간대 설정하기"
#. Tag: para
-#: random-bits.xml:554
+#: random-bits.xml:607
#, no-c-format
msgid ""
"An option in the file <filename>/etc/default/rcS</filename> determines "
@@ -1155,7 +1224,7 @@ msgstr ""
"부분을 설정하고, 해당 지역의 시간대를 설정합니다."
#. Tag: screen
-#: random-bits.xml:561
+#: random-bits.xml:614
#, no-c-format
msgid ""
"# editor /etc/default/rcS\n"
@@ -1165,13 +1234,13 @@ msgstr ""
"# tzconfig"
#. Tag: title
-#: random-bits.xml:567
+#: random-bits.xml:620
#, no-c-format
msgid "Configure Networking"
msgstr "네트워크 설정하기"
#. Tag: para
-#: random-bits.xml:568
+#: random-bits.xml:621
#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
@@ -1292,13 +1361,13 @@ msgstr ""
"니다."
#. Tag: title
-#: random-bits.xml:609
+#: random-bits.xml:662
#, no-c-format
msgid "Configure Apt"
msgstr "APT 설정하기"
#. Tag: para
-#: random-bits.xml:610
+#: random-bits.xml:663
#, no-c-format
msgid ""
"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</"
@@ -1324,13 +1393,13 @@ msgstr ""
"친 다음에 꼭 <userinput>aptitude update</userinput>를 실행하십시오."
#. Tag: title
-#: random-bits.xml:626
+#: random-bits.xml:679
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr "로케일 및 키보드 설정하기"
#. Tag: para
-#: random-bits.xml:627
+#: random-bits.xml:680
#, no-c-format
msgid ""
"To configure your locale settings to use a language other than English, "
@@ -1349,7 +1418,7 @@ msgstr ""
"</screen></informalexample> 키보드를 설정하려면 (키보드 설정이 필요한 경우):"
#. Tag: screen
-#: random-bits.xml:637
+#: random-bits.xml:690
#, no-c-format
msgid ""
"# aptitude install console-data\n"
@@ -1359,7 +1428,7 @@ msgstr ""
"# dpkg-reconfigure console-data"
#. Tag: para
-#: random-bits.xml:639
+#: random-bits.xml:692
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1369,13 +1438,13 @@ msgstr ""
"작한 다음에 설정합니다."
#. Tag: title
-#: random-bits.xml:649
+#: random-bits.xml:702
#, no-c-format
msgid "Install a Kernel"
msgstr "커널 설치"
#. Tag: para
-#: random-bits.xml:650
+#: random-bits.xml:703
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a Linux kernel and a "
@@ -1385,13 +1454,13 @@ msgstr ""
"로 미리 꾸러미로 만들어져 있는 커널을 알아보십시오:"
#. Tag: screen
-#: random-bits.xml:655
+#: random-bits.xml:708
#, no-c-format
msgid "# apt-cache search linux-image"
msgstr "# apt-cache search linux-image"
#. Tag: para
-#: random-bits.xml:657
+#: random-bits.xml:710
#, no-c-format
msgid ""
"If you intend to use a pre-packaged kernel, you may want to create the "
@@ -1402,7 +1471,7 @@ msgstr ""
"filename> 설정 파일을 미리 만드십시오. 예제 파일은 다음과 같습니다:"
#. Tag: screen
-#: random-bits.xml:663
+#: random-bits.xml:716
#, no-c-format
msgid ""
"# Kernel image management overrides\n"
@@ -1424,7 +1493,7 @@ msgstr ""
"link_in_boot = no"
#. Tag: para
-#: random-bits.xml:665
+#: random-bits.xml:718
#, no-c-format
msgid ""
"For detailed information about this file and the various options, consult "
@@ -1437,7 +1506,7 @@ msgstr ""
"당 옵션 값들을 시스템에 맞추시기를 권장합니다."
#. Tag: para
-#: random-bits.xml:672
+#: random-bits.xml:725
#, no-c-format
msgid ""
"Then install the kernel package of your choice using its package name. "
@@ -1457,13 +1526,13 @@ msgstr ""
"몇 가지 질문을 받게 될 수 있습니다."
#. Tag: title
-#: random-bits.xml:686
+#: random-bits.xml:739
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "부트로더 설정하기"
#. Tag: para
-#: random-bits.xml:687
+#: random-bits.xml:740
#, no-c-format
msgid ""
"To make your &debian; system bootable, set up your boot loader to load the "
@@ -1477,7 +1546,7 @@ msgstr ""
"을 데비안 chroot 안에서 사용하면 부트로더를 설치할 수 있습니다."
#. Tag: para
-#: random-bits.xml:694
+#: random-bits.xml:747
#, no-c-format
msgid ""
"Check <userinput>info grub</userinput> or <userinput>man lilo.conf</"
@@ -1499,7 +1568,7 @@ msgstr ""
"인 <filename>lilo.conf</filename> 파일을 사용하게 됩니다.)"
#. Tag: para
-#: random-bits.xml:706
+#: random-bits.xml:759
#, no-c-format
msgid ""
"Installing and setting up <classname>grub</classname> is as easy as: "
@@ -1522,14 +1591,23 @@ msgstr ""
"바르게 동작하는 <filename>/boot/grub/menu.lst</filename> 파일을 만듭니다."
#. Tag: para
-#: random-bits.xml:716
+#: random-bits.xml:769
+#, no-c-format
+msgid ""
+"Note that this assumes that a <filename>/dev/hda</filename> device file has "
+"been created. There are alternative methods to install <command>grub</"
+"command>, but those are outside the scope of this appendix."
+msgstr ""
+
+#. Tag: para
+#: random-bits.xml:775
#, no-c-format
msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:"
msgstr "다음은 기본적인 <filename>/etc/lilo.conf</filename> 예제입니다:"
#. Tag: screen
-#: random-bits.xml:720
-#, no-c-format
+#: random-bits.xml:779
+#, fuzzy, no-c-format
msgid ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
"root=/dev/<replaceable>hda6</replaceable>\n"
@@ -1537,6 +1615,7 @@ msgid ""
"delay=20\n"
"lba32\n"
"image=/vmlinuz\n"
+"initrd=/initrd.img\n"
"label=Debian"
msgstr ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
@@ -1548,7 +1627,7 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:722
+#: random-bits.xml:781
#, no-c-format
msgid ""
"Depending on which bootloader you selected, you can now make some additional "
@@ -1558,7 +1637,7 @@ msgstr ""
"용을 약간 바꿀 수 있습니다."
#. Tag: para
-#: random-bits.xml:727
+#: random-bits.xml:786
#, no-c-format
msgid ""
"For the <classname>grub</classname> bootloader, you should set the "
@@ -1582,7 +1661,7 @@ msgstr ""
"<literal>do_bootloader</literal>는 <quote>yes</quote>로 놔둬야 합니다."
#. Tag: para
-#: random-bits.xml:739
+#: random-bits.xml:798
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1600,7 +1679,7 @@ msgstr ""
"<filename>yaboot.conf</filename> 파일을 사용하게 됩니다.)"
#. Tag: para
-#: random-bits.xml:749
+#: random-bits.xml:808
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1630,13 +1709,13 @@ msgstr ""
"을 <userinput>hd:</userinput> 대신에 써야 할 수도 있습니다."
#. Tag: title
-#: random-bits.xml:762
+#: random-bits.xml:821
#, no-c-format
msgid "Finishing touches"
msgstr "마지막 처리"
#. Tag: para
-#: random-bits.xml:763
+#: random-bits.xml:822
#, no-c-format
msgid ""
"As mentioned earlier, the installed system will be very basic. If you would "
@@ -1655,7 +1734,7 @@ msgstr ""
"를 하나하나 선택해서 설치할 수도 있습니다."
#. Tag: para
-#: random-bits.xml:774
+#: random-bits.xml:833
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1667,19 +1746,19 @@ msgstr ""
"할 수 있습니다:"
#. Tag: screen
-#: random-bits.xml:780
+#: random-bits.xml:839
#, no-c-format
msgid "# aptitude clean"
msgstr "# aptitude clean"
#. Tag: title
-#: random-bits.xml:791
+#: random-bits.xml:850
#, no-c-format
msgid "Installing &debian; over Parallel Line IP (PLIP)"
msgstr "병렬 라인 IP를 (PLIP) 이용해 &debian; 설치하기"
#. Tag: para
-#: random-bits.xml:793
+#: random-bits.xml:852
#, no-c-format
msgid ""
"This section explains how to install &debian; on a computer without an "
@@ -1693,7 +1772,7 @@ msgstr ""
"어 인터넷에) 연결되어 있어야 합니다."
#. Tag: para
-#: random-bits.xml:801
+#: random-bits.xml:860
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1708,7 +1787,7 @@ msgstr ""
"에서 이 IP 주소는 사용하지 말아야 합니다.)"
#. Tag: para
-#: random-bits.xml:809
+#: random-bits.xml:868
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1719,7 +1798,7 @@ msgstr ""
"있습니다. (<xref linkend=\"boot-new\"/> 참고)"
#. Tag: para
-#: random-bits.xml:814
+#: random-bits.xml:873
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1732,13 +1811,13 @@ msgstr ""
"<literal>io=0x378</literal>, <literal>irq=7</literal>입니다."
#. Tag: title
-#: random-bits.xml:824
+#: random-bits.xml:883
#, no-c-format
msgid "Requirements"
msgstr "요구 사항"
#. Tag: para
-#: random-bits.xml:827
+#: random-bits.xml:886
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where Debian will be "
@@ -1746,13 +1825,13 @@ msgid ""
msgstr "데비안을 설치할 <emphasis>타겟</emphasis>이라고 하는 타겟 컴퓨터."
#. Tag: para
-#: random-bits.xml:833
+#: random-bits.xml:892
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr "시스템 설치 미디어. <xref linkend=\"installation-media\"/> 참고."
#. Tag: para
-#: random-bits.xml:838
+#: random-bits.xml:897
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -1762,7 +1841,7 @@ msgstr ""
"합니다."
#. Tag: para
-#: random-bits.xml:844
+#: random-bits.xml:903
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -1774,13 +1853,13 @@ msgstr ""
"시오."
#. Tag: title
-#: random-bits.xml:856
+#: random-bits.xml:915
#, no-c-format
msgid "Setting up source"
msgstr "소스 설정하기"
#. Tag: para
-#: random-bits.xml:857
+#: random-bits.xml:916
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -1790,7 +1869,7 @@ msgstr ""
"예제입니다."
#. Tag: screen
-#: random-bits.xml:862
+#: random-bits.xml:921
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1833,13 +1912,13 @@ msgstr ""
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:868
+#: random-bits.xml:927
#, no-c-format
msgid "Installing target"
msgstr "타겟 설치"
#. Tag: para
-#: random-bits.xml:869
+#: random-bits.xml:928
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -1864,13 +1943,13 @@ msgstr ""
"</screen></informalexample> 아래는 설치 단계에서 입력해야 할 사항들입니다."
#. Tag: guimenuitem
-#: random-bits.xml:888
+#: random-bits.xml:947
#, no-c-format
msgid "Load installer components from CD"
msgstr "CD에서 설치 프로그램 구성 요소 읽어들이기"
#. Tag: para
-#: random-bits.xml:890
+#: random-bits.xml:949
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -1880,13 +1959,13 @@ msgstr ""
"치 시스템에서 PLIP 드라이버를 사용할 수 있습니다."
#. Tag: guimenuitem
-#: random-bits.xml:898
+#: random-bits.xml:957
#, no-c-format
msgid "Detect network hardware"
msgstr "네트워크 하드웨어 검색"
#. Tag: para
-#: random-bits.xml:903
+#: random-bits.xml:962
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -1900,7 +1979,7 @@ msgstr ""
"은 표시하지 않습니다."
#. Tag: para
-#: random-bits.xml:912
+#: random-bits.xml:971
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -1911,26 +1990,26 @@ msgstr ""
"의 모듈을 설치합니다. <userinput>plip</userinput> 모듈을 선택하십시오."
#. Tag: guimenuitem
-#: random-bits.xml:924
+#: random-bits.xml:983
#, no-c-format
msgid "Configure the network"
msgstr "네트워크 설정"
#. Tag: para
-#: random-bits.xml:927
+#: random-bits.xml:986
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr "DHCP로 네트워크 자동 설정: 아니오"
#. Tag: para
-#: random-bits.xml:932
+#: random-bits.xml:991
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
msgstr "IP 주소: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:937
+#: random-bits.xml:996
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -1940,7 +2019,7 @@ msgstr ""
"userinput>"
#. Tag: para
-#: random-bits.xml:943
+#: random-bits.xml:1002
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -1950,13 +2029,13 @@ msgstr ""
"resolv.conf</filename> 파일 참고)"
#. Tag: title
-#: random-bits.xml:962
+#: random-bits.xml:1021
#, no-c-format
msgid "Installing &debian; using PPP over Ethernet (PPPoE)"
msgstr "PPP 오버 이더넷을 (PPPoE) 이용해 &debian; 설치하기"
#. Tag: para
-#: random-bits.xml:964
+#: random-bits.xml:1023
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -1971,7 +2050,7 @@ msgstr ""
"서 그 방법을 설명합니다."
#. Tag: para
-#: random-bits.xml:972
+#: random-bits.xml:1031
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -1982,7 +2061,7 @@ msgstr ""
"있습니다. (<xref linkend=\"boot-new\"/> 참고)"
#. Tag: para
-#: random-bits.xml:977
+#: random-bits.xml:1036
#, no-c-format
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
@@ -1996,7 +2075,7 @@ msgstr ""
"지원하지 않습니다.)"
#. Tag: para
-#: random-bits.xml:984
+#: random-bits.xml:1043
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2006,7 +2085,7 @@ msgstr ""
"니다."
#. Tag: para
-#: random-bits.xml:992
+#: random-bits.xml:1051
#, no-c-format
msgid ""
"Boot the installer with <userinput>modules=ppp-udeb</userinput> as boot "
@@ -2031,7 +2110,7 @@ msgstr ""
"를 (<classname>ppp-udeb</classname>) 읽어들여서 실행합니다."
#. Tag: para
-#: random-bits.xml:1007
+#: random-bits.xml:1066
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2050,7 +2129,7 @@ msgstr ""
"classname>을 선택할 수 있습니다. </para> </footnote>)"
#. Tag: para
-#: random-bits.xml:1026
+#: random-bits.xml:1085
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2060,7 +2139,7 @@ msgstr ""
"카드를 찾습니다."
#. Tag: para
-#: random-bits.xml:1032
+#: random-bits.xml:1091
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2072,7 +2151,7 @@ msgstr ""
"아 봅니다."
#. Tag: para
-#: random-bits.xml:1038
+#: random-bits.xml:1097
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2088,7 +2167,7 @@ msgstr ""
"guimenuitem>을 선택하십시오."
#. Tag: para
-#: random-bits.xml:1047
+#: random-bits.xml:1106
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2098,7 +2177,7 @@ msgstr ""
"있게 물어봅니다."
#. Tag: para
-#: random-bits.xml:1053
+#: random-bits.xml:1112
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "
@@ -2116,13 +2195,13 @@ msgstr ""
"결 설정 및 시작</guimenuitem>을 선택하면 다시 설정을 할 수 있습니다."
#. Tag: title
-#: random-bits.xml:1073
+#: random-bits.xml:1132
#, no-c-format
msgid "The Graphical Installer"
msgstr "그래픽 설치 프로그램"
#. Tag: para
-#: random-bits.xml:1074
+#: random-bits.xml:1133
#, no-c-format
msgid ""
"The graphical version of the installer is only available for a limited "
@@ -2136,7 +2215,7 @@ msgstr ""
"니다."
#. Tag: para
-#: random-bits.xml:1082
+#: random-bits.xml:1141
#, no-c-format
msgid ""
"Although the functionality is identical, the graphical installer still has a "
@@ -2153,7 +2232,7 @@ msgstr ""
"러 개의 질문을 한 화면에 표시할 수도 있습니다."
#. Tag: para
-#: random-bits.xml:1091
+#: random-bits.xml:1150
#, no-c-format
msgid ""
"The graphical installer is available with all CD images and with the hd-"
@@ -2172,17 +2251,16 @@ msgstr ""
"<userinput>rescuegui</userinput>로 부팅합니다."
#. Tag: para
-#: random-bits.xml:1101
+#: random-bits.xml:1160
#, fuzzy, no-c-format
msgid ""
"It is also available as a special <quote>mini</quote> ISO image<footnote id="
"\"gtk-miniiso\"> <para> The mini ISO image can be downloaded from a Debian "
"mirror as described in <xref linkend=\"downloading-files\"/>. Look for "
-"<phrase condition=\"etch\"><filename>gtk-miniiso</filename></phrase> <phrase "
-"condition=\"lenny\"><filename>netboot/gtk/mini.iso</filename></phrase>. </"
-"para> </footnote>, which is mainly useful for testing; in this case the "
-"image is booted just using <userinput>install</userinput>. There is no "
-"graphical installer image that can be netbooted."
+"<filename>netboot/gtk/mini.iso</filename>. </para> </footnote>, which is "
+"mainly useful for testing; in this case the image is booted just using "
+"<userinput>install</userinput>. There is no graphical installer image that "
+"can be netbooted."
msgstr ""
"특별히 <quote>미니</quote> ISO 이미지<footnote id=\"gtk-miniiso\"> <para> 미"
"니 ISO 이미지는 <xref linkend=\"downloading-files\"/>에 설명된 데비안 미러에"
@@ -2192,17 +2270,15 @@ msgstr ""
"그래픽 설치 이미지는 없습니다."
#. Tag: para
-#: random-bits.xml:1117
+#: random-bits.xml:1175
#, fuzzy, no-c-format
msgid ""
"For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
"image is available<footnote id=\"gtk-miniiso\"> <para> The mini ISO image "
"can be downloaded from a Debian mirror as described in <xref linkend="
-"\"downloading-files\"/>. Look for <phrase condition=\"etch\"><filename>gtk-"
-"miniiso</filename></phrase> <phrase condition=\"lenny\"><filename>netboot/"
-"gtk/mini.iso</filename></phrase>. </para> </footnote>. It should work on "
-"almost all PowerPC systems that have an ATI graphical card, but is unlikely "
-"to work on other systems."
+"\"downloading-files\"/>. Look for <filename>netboot/gtk/mini.iso</filename>. "
+"</para> </footnote>. It should work on almost all PowerPC systems that have "
+"an ATI graphical card, but is unlikely to work on other systems."
msgstr ""
"&arch-title; 아키텍쳐의 경우, 실험적인 <quote>미니</quote> ISO 이미지밖에 없"
"습니다<footnote id=\"gtk-miniiso\"> <para> 미니 ISO 이미지는 <xref linkend="
@@ -2212,7 +2288,7 @@ msgstr ""
"는 동작하지 않을 것입니다."
#. Tag: para
-#: random-bits.xml:1132
+#: random-bits.xml:1189
#, no-c-format
msgid ""
"The graphical installer requires significantly more memory to run than the "
@@ -2225,7 +2301,7 @@ msgstr ""
"의 <quote>newt</quote> 프론트엔드로 실행합니다."
#. Tag: para
-#: random-bits.xml:1139
+#: random-bits.xml:1196
#, no-c-format
msgid ""
"You can add boot parameters when starting the graphical installer, just as "
@@ -2239,13 +2315,13 @@ msgstr ""
"\"boot-parms\"/> 부분을 참고하십시오."
#. Tag: title
-#: random-bits.xml:1149
+#: random-bits.xml:1206
#, no-c-format
msgid "Using the graphical installer"
msgstr "그래픽 설치 프로그램 사용하기"
#. Tag: para
-#: random-bits.xml:1150
+#: random-bits.xml:1207
#, no-c-format
msgid ""
"As already mentioned, the graphical installer basically works the same as "
@@ -2256,7 +2332,7 @@ msgstr ""
"작합니다. 그러므로 이 안내서를 그대로 이용해 설치를 마칠 수 있습니다."
#. Tag: para
-#: random-bits.xml:1156
+#: random-bits.xml:1213
#, fuzzy, no-c-format
msgid ""
"If you prefer using the keyboard over the mouse, there are two things you "
@@ -2275,7 +2351,7 @@ msgstr ""
"니다. (<guibutton>계속</guibutton> 단추가 눌려지는 게 아니라)"
#. Tag: para
-#: random-bits.xml:1166
+#: random-bits.xml:1223
#, no-c-format
msgid ""
"To switch to another console, you will also need to use the <keycap>Ctrl</"
@@ -2289,13 +2365,13 @@ msgstr ""
"keycombo>를 누릅니다."
#. Tag: title
-#: random-bits.xml:1177
+#: random-bits.xml:1234
#, no-c-format
msgid "Known issues"
msgstr "알려진 문제점"
#. Tag: para
-#: random-bits.xml:1178
+#: random-bits.xml:1235
#, no-c-format
msgid ""
"Etch is the first release that includes the graphical installer and uses "
@@ -2308,7 +2384,7 @@ msgstr ""
"스에서 이 문제점들을 고칠 예정입니다."
#. Tag: para
-#: random-bits.xml:1188
+#: random-bits.xml:1245
#, no-c-format
msgid ""
"Information on some screens is not nicely formatted into columns as it "
@@ -2320,7 +2396,7 @@ msgstr ""
"의 주 화면입니다."
#. Tag: para
-#: random-bits.xml:1195
+#: random-bits.xml:1252
#, no-c-format
msgid ""
"Typing some characters may not work and in some cases the wrong character "
@@ -2332,13 +2408,13 @@ msgstr ""
"이 문자를 \"조합\"하는 경우 동작하지 않습니다."
#. Tag: para
-#: random-bits.xml:1202
+#: random-bits.xml:1259
#, no-c-format
msgid "Support for touchpads is not yet optimal."
msgstr "터치패드 지원은 아직 완전하지 않습니다."
#. Tag: para
-#: random-bits.xml:1207
+#: random-bits.xml:1264
#, no-c-format
msgid ""
"You should not switch to a different console while the installer is busy; "
@@ -2353,7 +2429,7 @@ msgstr ""
"콘솔로 전환할 때는 문제가 일어나지 않습니다."
#. Tag: para
-#: random-bits.xml:1216
+#: random-bits.xml:1273
#, no-c-format
msgid ""
"Support for creating encrypted partitions is limited as it is not possible "
@@ -2364,7 +2440,7 @@ msgstr ""
"제한됩니다. 암호를 암호화 키로 사용해서 암호화 파티션을 설정할 수도 있습니다."
#. Tag: para
-#: random-bits.xml:1223
+#: random-bits.xml:1280
#, no-c-format
msgid ""
"Starting a shell from the graphical frontend is currently not supported. "
@@ -2380,7 +2456,7 @@ msgstr ""
"것처럼) VT2 및 VT3의 가상 콘솔의 쉘을 이용할 수 있습니다."
#. Tag: para
-#: random-bits.xml:1232
+#: random-bits.xml:1289
#, no-c-format
msgid ""
"After booting the installer in rescue mode, it may be useful to start a "
@@ -2394,7 +2470,7 @@ msgstr ""
"다:"
#. Tag: screen
-#: random-bits.xml:1239
+#: random-bits.xml:1296
#, no-c-format
msgid "# chroot /target"
msgstr "# chroot /target"