summaryrefslogtreecommitdiff
path: root/po/pt/boot-new.po
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-07-09 14:09:41 +0000
committerFrans Pop <elendil@planet.nl>2006-07-09 14:09:41 +0000
commitcffd0ce2fd17ed72bdccfc2f60877e889087d264 (patch)
tree4f8fc0b12e0a60dfd11fddae85cbf68ab21fb690 /po/pt/boot-new.po
parent32994a96fa1e765ef15de1d420329fb896c21f19 (diff)
downloadinstallation-guide-cffd0ce2fd17ed72bdccfc2f60877e889087d264.zip
Update of POT and PO files for the manual
Diffstat (limited to 'po/pt/boot-new.po')
-rw-r--r--po/pt/boot-new.po171
1 files changed, 163 insertions, 8 deletions
diff --git a/po/pt/boot-new.po b/po/pt/boot-new.po
index ec7555028..f2c42d319 100644
--- a/po/pt/boot-new.po
+++ b/po/pt/boot-new.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: boot-new\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2006-01-31 23:11+0000\n"
+"POT-Creation-Date: 2006-07-09 14:07+0000\n"
"PO-Revision-Date: 2006-01-14 14:44+0000\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese \n"
@@ -341,11 +341,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: <informalexample><screen>\n"
+"mount: going to use loop device /dev/loop<replaceable>X</replaceable>\n"
+"Password:\n"
+"</screen></informalexample> In the first line of the prompt, <replaceable>X</"
+"replaceable> is the number of the loop device. You are now probably "
+"wondering <emphasis>for which volume</emphasis> you are actually entering "
+"the passphrase. Does is relate to your <filename>/home</filename>? Or to "
+"<filename>/var</filename>? 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 <xref linkend="
+"\"partman-crypto\"/> come in handy. If you did not make a note of the "
+"mapping between <filename>loop<replaceable>X</replaceable></filename> and "
+"the mount points before, you can still find it in <filename>/etc/fstab</"
+"filename> 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 <emphasis>one try</emphasis>. 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 <xref linkend="
+"\"crypto-troubleshooting\"/> 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 <filename>/home</"
+"filename> or <filename>/srv</filename>. You can simply mount them manually "
+"after the boot. For loop-AES this is one-step operation: "
+"<informalexample><screen>\n"
+"<prompt>#</prompt> <userinput>mount <replaceable>/mount_point</replaceable></"
+"userinput>\n"
+"<prompt>Password:</prompt>\n"
+"</screen></informalexample> where <replaceable>/mount_point</replaceable> "
+"should be replaced by the particular directory (e.g. <filename>/home</"
+"filename>). 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 <application>device mapper</application> by running: "
+"<informalexample><screen>\n"
+"<prompt>#</prompt> <userinput>/etc/init.d/cryptdisks start</userinput>\n"
+"</screen></informalexample> This will scan all volumes mentioned in "
+"<filename>/etc/crypttab</filename> and will create appropriate devices under "
+"the <filename>/dev</filename> 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 ""
+"<prompt>#</prompt> <userinput>mount <replaceable>/mount_point</replaceable></"
+"userinput>"
+msgstr ""
+
+#. Tag: para
+#: boot-new.xml:303
+#, no-c-format
+msgid ""
+"If the volumes holding noncritical system files could not be mounted "
+"(<filename>/usr</filename> or <filename>/var</filename>), 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 <informalexample><screen>\n"
+"<prompt>#</prompt> <userinput>init 1</userinput>\n"
+"</screen></informalexample> at the shell prompt and pressing <keycombo> "
+"<keycap>Control</keycap> <keycap>D</keycap> </keycombo> when asked for the "
+"root password."
+msgstr ""
+
+#. Tag: title
+#: boot-new.xml:326
+#, no-c-format
msgid "Log In"
msgstr "Log In"
#. 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 "
@@ -358,7 +513,7 @@ msgstr ""
"pronto a ser utilizado."
#. 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 "
@@ -373,7 +528,7 @@ msgstr ""
"pontos de partida."
#. Tag: para
-#: boot-new.xml:207
+#: boot-new.xml:342
#, no-c-format
msgid ""
"Documentation accompanying programs you have installed is in <filename>/usr/"
@@ -390,7 +545,7 @@ msgstr ""
"filename>."
#. Tag: para
-#: boot-new.xml:216
+#: boot-new.xml:351
#, no-c-format
msgid ""
"In addition, there are some special folders within the <filename>/usr/share/"
@@ -406,7 +561,7 @@ msgstr ""
"índices navegáveis da documentação instalada pelo <command>dhelp</command>."
#. Tag: para
-#: boot-new.xml:226
+#: boot-new.xml:361
#, no-c-format
msgid ""
"One easy way to view these documents is to <userinput>cd /usr/share/doc/</"
@@ -418,7 +573,7 @@ msgstr ""
"e um ponto (o ponto significa a directoria actual)."
#. Tag: para
-#: boot-new.xml:233
+#: boot-new.xml:368
#, no-c-format
msgid ""
"You can also type <userinput>info <replaceable>command</replaceable></"
@@ -445,7 +600,7 @@ msgstr ""
"a letra seguido de dois tabs."
#. Tag: para
-#: boot-new.xml:248
+#: boot-new.xml:383
#, no-c-format
msgid ""
"For a more complete introduction to Debian and GNU/Linux, see <filename>/usr/"