From 8dfd3b2d2479ff69d35005f6b3f925cbff3893fb Mon Sep 17 00:00:00 2001
From: Francis Rowe
Date: Thu, 04 Feb 2016 06:29:45 -0500
Subject: backort 8824bc8
---
(limited to 'docs/gnulinux/encrypted_trisquel.html')
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 @@
Create volume group:
- - Name: grubcrypt (you can use whatever you want here, this is just an example)
+ - Name: matrix (you can use whatever you want here, this is just an example)
- Select crypto partition
Create logical volume
- - select grubcrypt (or whatever you named it before)
- - name: trisquel (you can use whatever you want here, this is just an example)
+ - select matrix (or whatever you named it before)
+ - name: root (you can use whatever you want here, this is just an example)
- size: default, minus 2048 MB
Create logical volume
- - select grubcrypt (or whatever you named it before)
+ - select matrix (or whatever you named it before)
- name: swap (you can use whatever you want here, this is just an example)
- size: press enter
@@ -145,7 +145,7 @@
-
- LVM LV trisquel
+ LVM LV root
- use as: ext4
- mount point: /
@@ -237,8 +237,8 @@
Do that:
grub> cryptomount -a
- grub> set root='lvm/grubcrypt-trisquel'
- grub> linux /vmlinuz root=/dev/mapper/grubcrypt-trisquel cryptdevice=/dev/mapper/grubcrypt-trisquel:root
+ grub> set root='lvm/matrix-root'
+ grub> linux /vmlinuz root=/dev/mapper/matrix-root cryptdevice=/dev/mapper/matrix-root:root
grub> initrd /initrd.img
grub> boot
@@ -284,8 +284,8 @@
cryptomount -a
- set root='lvm/grubcrypt-trisquel'
- linux /vmlinuz root=/dev/mapper/grubcrypt-trisquel cryptdevice=/dev/mapper/grubcrypt-trisquel:root
+ set root='lvm/matrix-root'
+ linux /vmlinuz root=/dev/mapper/matrix-root cryptdevice=/dev/mapper/matrix-root:root
initrd /initrd.img
--
cgit v0.9.1