diff options
author | Francis 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) |
commit | 8dfd3b2d2479ff69d35005f6b3f925cbff3893fb (patch) | |
tree | 10b48329cfc16635c2137706ba1ce69ca0b70d82 /docs/gnulinux/encrypted_trisquel.html | |
parent | 00da4f2e1accae4f1a13b8ecded5012d9b211cad (diff) | |
download | libreboot-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.html | 18 |
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> <b>cryptomount -a</b><br/> - grub> <b>set root='lvm/grubcrypt-trisquel'</b><br/> - grub> <b>linux /vmlinuz root=/dev/mapper/grubcrypt-trisquel cryptdevice=/dev/mapper/grubcrypt-trisquel:root</b><br/> + grub> <b>set root='lvm/matrix-root'</b><br/> + grub> <b>linux /vmlinuz root=/dev/mapper/matrix-root cryptdevice=/dev/mapper/matrix-root:root</b><br/> grub> <b>initrd /initrd.img</b><br/> grub> <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> |