summaryrefslogtreecommitdiff
path: root/en/boot-new
diff options
context:
space:
mode:
authorMiroslav Kure <kurem@upcase.inf.upol.cz>2006-10-16 18:45:07 +0000
committerMiroslav Kure <kurem@upcase.inf.upol.cz>2006-10-16 18:45:07 +0000
commitc1674dbf31936f19e05050ac869df71910650713 (patch)
tree4905ade406fd0546cc995765af06486ab438d499 /en/boot-new
parent4446f437beb28ffd4040fb30b2acffd1df51b51f (diff)
downloadinstallation-guide-c1674dbf31936f19e05050ac869df71910650713.zip
Reflect new naming scheme for dm-crypt devices
Diffstat (limited to 'en/boot-new')
-rw-r--r--en/boot-new/mount-encrypted.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/en/boot-new/mount-encrypted.xml b/en/boot-new/mount-encrypted.xml
index 631088ce2..68d4d78bd 100644
--- a/en/boot-new/mount-encrypted.xml
+++ b/en/boot-new/mount-encrypted.xml
@@ -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.