diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-09 03:54:13 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-09 03:54:13 (EST) |
commit | e10e827de0f83621a12d8e3e4f876100f354e880 (patch) | |
tree | 16f7b996590835b5a6415bc2592b6f36541b6129 /docs/gnulinux | |
parent | 64180bde076b8ef1727e793f87c2e07fe03feebd (diff) | |
download | libreboot-e10e827de0f83621a12d8e3e4f876100f354e880.zip libreboot-e10e827de0f83621a12d8e3e4f876100f354e880.tar.gz libreboot-e10e827de0f83621a12d8e3e4f876100f354e880.tar.bz2 |
Docs: encrypted_trisquel.html Use sane vg/lv names.
Diffstat (limited to 'docs/gnulinux')
-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 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> <b>cryptomount -a (ahci0,msdos1)</b><br/> - grub> <b>set root='lvm/buzz-distro'</b><br/> - grub> <b>linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root</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>initrd /initrd.img</b><br/> grub> <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> |