diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index 99d5dee7..30b9261d 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -181,8 +181,10 @@ Check to make sure tha the partition was created: # pvdisplay Next, we create the volume group, inside of which the logical volumes will -be created. For this example, we will call this group **matrix**. You can call -yours whatever you would like; just make sure that you remember its name: +be created. In libreboot's case, we will call this group **matrix**. +If you want to have it work via *Load Operating System (incl. fully +encrypted disks) [o]* it needs to be called **matrix** (as it is harcoded +in libreboot's grub.cfg on the flash) # vgcreate matrix /dev/mapper/lvm |