diff options
author | Leah Rowe <info@minifree.org> | 2018-12-26 19:14:58 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-12-26 19:14:58 +0000 |
commit | ba3469e03d71e64a4a09a40b91a50138580a367f (patch) | |
tree | d2ccdee9825338f09c88513b9368b70ffcb91f73 /docs | |
parent | 7844886d14ad5f6eea02b62f098d75eaa846f202 (diff) | |
parent | 467108727ae9bbb0a7309e4e7f79b10d5ecf7c0b (diff) | |
download | librebootfr-ba3469e03d71e64a4a09a40b91a50138580a367f.tar.gz librebootfr-ba3469e03d71e64a4a09a40b91a50138580a367f.zip |
Merge branch 'parafde' of swiftgeek/libreboot into master
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 |