From e10e827de0f83621a12d8e3e4f876100f354e880 Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Sun, 09 Nov 2014 03:54:13 -0500
Subject: Docs: encrypted_trisquel.html Use sane vg/lv names.

---
(limited to 'docs/gnulinux/encrypted_trisquel.html')

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>
 
--
cgit v0.9.1