diff options
Diffstat (limited to 'docs')
-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> |