summaryrefslogtreecommitdiffstats
path: root/docs/gnulinux/encrypted_trisquel.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-02-04 06:29:45 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-02-04 06:29:45 (EST)
commit8dfd3b2d2479ff69d35005f6b3f925cbff3893fb (patch)
tree10b48329cfc16635c2137706ba1ce69ca0b70d82 /docs/gnulinux/encrypted_trisquel.html
parent00da4f2e1accae4f1a13b8ecded5012d9b211cad (diff)
downloadlibreboot-8dfd3b2d2479ff69d35005f6b3f925cbff3893fb.zip
libreboot-8dfd3b2d2479ff69d35005f6b3f925cbff3893fb.tar.gz
libreboot-8dfd3b2d2479ff69d35005f6b3f925cbff3893fb.tar.bz2
backort 8824bc8
Diffstat (limited to 'docs/gnulinux/encrypted_trisquel.html')
-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 0904809..2995570 100644
--- a/docs/gnulinux/encrypted_trisquel.html
+++ b/docs/gnulinux/encrypted_trisquel.html
@@ -112,22 +112,22 @@
<li>
Create volume group:
<ul>
- <li>Name: <b>grubcrypt</b> (you can use whatever you want here, this is just an example)</li>
+ <li>Name: <b>matrix</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>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>select <b>matrix</b> (or whatever you named it before)</li>
+ <li>name: <b>root</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>grubcrypt</b> (or whatever you named it before)</li>
+ <li>select <b>matrix</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>
@@ -145,7 +145,7 @@
</p>
<ul>
<li>
- LVM LV trisquel
+ LVM LV root
<ul>
<li>use as: ext4</li>
<li>mount point: /</li>
@@ -237,8 +237,8 @@
<p>
Do that:<br/>
grub&gt; <b>cryptomount -a</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>set root='lvm/matrix-root'</b><br/>
+ grub&gt; <b>linux /vmlinuz root=/dev/mapper/matrix-root cryptdevice=/dev/mapper/matrix-root:root</b><br/>
grub&gt; <b>initrd /initrd.img</b><br/>
grub&gt; <b>boot</b>
</p>
@@ -284,8 +284,8 @@
<p>
<b>cryptomount -a</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>set root='lvm/matrix-root'</b><br/>
+ <b>linux /vmlinuz root=/dev/mapper/matrix-root cryptdevice=/dev/mapper/matrix-root:root</b><br/>
<b>initrd /initrd.img</b>
</p>