diff options
author | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-12-26 13:03:13 +0100 |
---|---|---|
committer | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-12-26 13:04:47 +0100 |
commit | 467108727ae9bbb0a7309e4e7f79b10d5ecf7c0b (patch) | |
tree | 28d8435c2ec3a7ffa20b4245ab1a7bb25f4900fd /docs/gnulinux/encrypted_parabola.md | |
parent | 0e2e955057f3674150fe5631ba78974fbddf7399 (diff) | |
download | librebootfr-467108727ae9bbb0a7309e4e7f79b10d5ecf7c0b.tar.gz librebootfr-467108727ae9bbb0a7309e4e7f79b10d5ecf7c0b.zip |
Fix vg naming in parabola guide
Diffstat (limited to 'docs/gnulinux/encrypted_parabola.md')
-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 |