summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-09 08:54:13 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-09 08:54:13 +0000
commite10e827de0f83621a12d8e3e4f876100f354e880 (patch)
tree16f7b996590835b5a6415bc2592b6f36541b6129 /docs
parent64180bde076b8ef1727e793f87c2e07fe03feebd (diff)
Docs: encrypted_trisquel.html Use sane vg/lv names.
Diffstat (limited to 'docs')
-rw-r--r--docs/gnulinux/encrypted_trisquel.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/gnulinux/encrypted_trisquel.html b/docs/gnulinux/encrypted_trisquel.html
index 5becddc..ad17a2d 100644
--- a/docs/gnulinux/encrypted_trisquel.html
+++ b/docs/gnulinux/encrypted_trisquel.html
@@ -100,22 +100,22 @@
<li>
Create volume group:
<ul>
- <li>Name: <b>buzz</b> (you can use whatever you want here, this is just an example)</li>
+ <li>Name: <b>grubcrypt</b> (you can use whatever you want here, this is just an example)</li>
<li>Select crypto partition</li>
</ul>
</li>
<li>
Create logical volume
<ul>
- <li>select <b>buzz</b> (or whatever you named it before)</li>
- <li>name: <b>distro</b> (you can use whatever you want here, this is just an example)</li>
+ <li>select <b>grubcrypt</b> (or whatever you named it before)</li>
+ <li>name: <b>trisquel</b> (you can use whatever you want here, this is just an example)</li>
<li>size: default, minus 2048 MB</li>
</ul>
</li>
<li>
Create logical volume
<ul>
- <li>select <b>buzz</b> (or whatever you named it before)</li>
+ <li>select <b>grubcrypt</b> (or whatever you named it before)</li>
<li>name: <b>swap</b> (you can use whatever you want here, this is just an example)</li>
<li>size: press enter</li>
</ul>
@@ -129,7 +129,7 @@
</p>
<ul>
<li>
- LVM LV distro
+ LVM LV trisquel
<ul>
<li>use as: ext4</li>
<li>mount point: /</li>
@@ -197,8 +197,8 @@
<p>
Do that:<br/>
grub&gt; <b>cryptomount -a (ahci0,msdos1)</b><br/>
- grub&gt; <b>set root='lvm/buzz-distro'</b><br/>
- grub&gt; <b>linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root</b><br/>
+ grub&gt; <b>set root='lvm/grubcrypt-trisquel'</b><br/>
+ grub&gt; <b>linux /vmlinuz root=/dev/mapper/grubcrypt-trisquel cryptdevice=/dev/mapper/grubcrypt-trisquel:root</b><br/>
grub&gt; <b>initrd /initrd.img</b><br/>
grub&gt; <b>boot</b>
</p>
@@ -236,8 +236,8 @@
<p>
<b>cryptomount -a (ahci0,msdos1)</b><br/>
- <b>set root='lvm/buzz-distro'</b><br/>
- <b>linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root</b><br/>
+ <b>set root='lvm/grubcrypt-trisquel'</b><br/>
+ <b>linux /vmlinuz root=/dev/mapper/grubcrypt-trisquel cryptdevice=/dev/mapper/grubcrypt-trisquel:root</b><br/>
<b>initrd /initrd.img</b>
</p>