summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-21 00:02:15 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-21 00:02:15 +0100
commita06c38ce1576d1958bc2121d983e682f0f7cd6d6 (patch)
treea17df3adb083a0f719afc293393982741235a697
parent5162b912b214b929814f2ae8789721894c723940 (diff)
change default volname in grub.cfg
it's been a while since we did encrypted /boot and the current name sucks. it's unlikely that anyone still uses it, but people will soon change the default assumed lvm name to grubcrypt and stick to that. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--config/grub/config/grub.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/config/grub.cfg b/config/grub/config/grub.cfg
index 37cda5d9..fdf5d5fa 100644
--- a/config/grub/config/grub.cfg
+++ b/config/grub/config/grub.cfg
@@ -101,7 +101,7 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o
# TODO: add more strings, based on what distros set up when
# the user select auto-partitioning on those installers
- lvmvol="lvm/matrix-bootvol lvm/matrix-rootvol"
+ lvmvol="lvm/grubcrypt-bootvol lvm/grubcrypt-rootvol"
raidvol="md/0 md/1 md/2 md/3 md/4 md/5 md/6 md/7 md/8 md/9"