From e10e827de0f83621a12d8e3e4f876100f354e880 Mon Sep 17 00:00:00 2001
From: Francis Rowe
Date: Sun, 9 Nov 2014 08:54:13 +0000
Subject: Docs: encrypted_trisquel.html Use sane vg/lv names.
---
docs/gnulinux/encrypted_trisquel.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
(limited to 'docs/gnulinux')
diff --git a/docs/gnulinux/encrypted_trisquel.html b/docs/gnulinux/encrypted_trisquel.html
index 5becddcb..ad17a2d3 100644
--- a/docs/gnulinux/encrypted_trisquel.html
+++ b/docs/gnulinux/encrypted_trisquel.html
@@ -100,22 +100,22 @@
Create volume group:
- - Name: buzz (you can use whatever you want here, this is just an example)
+ - Name: grubcrypt (you can use whatever you want here, this is just an example)
- Select crypto partition
Create logical volume
- - select buzz (or whatever you named it before)
- - name: distro (you can use whatever you want here, this is just an example)
+ - select grubcrypt (or whatever you named it before)
+ - name: trisquel (you can use whatever you want here, this is just an example)
- size: default, minus 2048 MB
Create logical volume
- - select buzz (or whatever you named it before)
+ - select grubcrypt (or whatever you named it before)
- name: swap (you can use whatever you want here, this is just an example)
- size: press enter
@@ -129,7 +129,7 @@
-
- LVM LV distro
+ LVM LV trisquel
- use as: ext4
- mount point: /
@@ -197,8 +197,8 @@
Do that:
grub> cryptomount -a (ahci0,msdos1)
- grub> set root='lvm/buzz-distro'
- grub> linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root
+ grub> set root='lvm/grubcrypt-trisquel'
+ grub> linux /vmlinuz root=/dev/mapper/grubcrypt-trisquel cryptdevice=/dev/mapper/grubcrypt-trisquel:root
grub> initrd /initrd.img
grub> boot
@@ -236,8 +236,8 @@
cryptomount -a (ahci0,msdos1)
- set root='lvm/buzz-distro'
- linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root
+ set root='lvm/grubcrypt-trisquel'
+ linux /vmlinuz root=/dev/mapper/grubcrypt-trisquel cryptdevice=/dev/mapper/grubcrypt-trisquel:root
initrd /initrd.img
--
cgit v1.2.3-70-g09d2