diff options
Diffstat (limited to 'nl/boot-new/mount-encrypted.xml')
-rw-r--r-- | nl/boot-new/mount-encrypted.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/nl/boot-new/mount-encrypted.xml b/nl/boot-new/mount-encrypted.xml index 6cabaa907..d0d7b4028 100644 --- a/nl/boot-new/mount-encrypted.xml +++ b/nl/boot-new/mount-encrypted.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 40673 untranslated --> +<!-- original version: 41817 untranslated --> <sect1 id="mount-encrypted-volumes"> <title>Mounting encrypted volumes</title> @@ -22,12 +22,13 @@ For partitions encrypted using dm-crypt you will be shown the following prompt during the boot: <informalexample><screen> -Starting early crypto disks... crypt<replaceable>X</replaceable>(starting) +Starting early crypto disks... <replaceable>part</replaceable>_crypt(starting) Enter LUKS passphrase: </screen></informalexample> -In the first line of the prompt, <replaceable>X</replaceable> is the -number of the loop device. You are now probably wondering +In the first line of the prompt, <replaceable>part</replaceable> is the +name of the underlying partition, e.g. sda2 or md0. +You are now probably wondering <emphasis>for which volume</emphasis> you are actually entering the passphrase. Does it relate to your <filename>/home</filename>? Or to <filename>/var</filename>? Of course, if you have just one encrypted @@ -36,7 +37,7 @@ 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>crypt<replaceable>X</replaceable></filename> and the mount +<filename><replaceable>part</replaceable>_crypt</filename> and the mount points before, you can still find it in <filename>/etc/crypttab</filename> and <filename>/etc/fstab</filename> of your new system. |