From cffd0ce2fd17ed72bdccfc2f60877e889087d264 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Sun, 9 Jul 2006 14:09:41 +0000 Subject: Update of POT and PO files for the manual --- po/ko/boot-new.po | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 163 insertions(+), 8 deletions(-) (limited to 'po/ko/boot-new.po') diff --git a/po/ko/boot-new.po b/po/ko/boot-new.po index 54367a719..4ab0bf13a 100644 --- a/po/ko/boot-new.po +++ b/po/ko/boot-new.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-new.xml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-02-07 15:07+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2006-04-22 21:44+0900\n" "Last-Translator: Seok-moon Jang \n" "Language-Team: Korean \n" @@ -334,11 +334,166 @@ msgstr "" #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "로긴" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, no-c-format msgid "" "Once your system boots, you'll be presented with the login prompt. Log in " @@ -350,7 +505,7 @@ msgstr "" "가 되었습니다." #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format msgid "" "If you are a new user, you may want to explore the documentation which is " @@ -363,7 +518,7 @@ msgstr "" "합하는 작업이 진행 중입니다. 이 문서 역시 몇 개의 시작 지점입니다." #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format msgid "" "Documentation accompanying programs you have installed is in /usr/" @@ -379,7 +534,7 @@ msgstr "" "에 위치해 있습니다." #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format msgid "" "In addition, there are some special folders within the /usr/share/" @@ -395,7 +550,7 @@ msgstr "" "html 안에 브라우징 할 수 있는 색인된 문서를 볼 수 있을 것입니다." #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format msgid "" "One easy way to view these documents is to cd /usr/share/doc/info command/usr/" -- cgit v1.2.3