summaryrefslogtreecommitdiff
path: root/config/grub/xhci
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-08 15:53:46 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-08 15:53:46 +0100
commitb525833f42ddb15b00222838cde79d6378d38c0e (patch)
tree38de99aa5156e91677ba2e890ed003e118216efa /config/grub/xhci
parentd9e8923ff4e58ecd182dbb3b8eb6b6fe657e6eb5 (diff)
parentfe926052441151722886edb5693a961342b3aa9e (diff)
Merge branch 'master' into 25.04_branch
Diffstat (limited to 'config/grub/xhci')
-rw-r--r--config/grub/xhci/config/payload2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/xhci/config/payload b/config/grub/xhci/config/payload
index d1f81fd3..9db22fe2 100644
--- a/config/grub/xhci/config/payload
+++ b/config/grub/xhci/config/payload
@@ -197,7 +197,7 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o
# using * is slow on some machines, but we use it here,
# just once. in so doing, we find every lvm volume
for vol in (*); do
- if regexp ^lvm/ $vol; then
+ if regexp ^\\(lvm/ $vol; then
lvmvol="${lvmvol} ${vol}"
try_bootcfg "${vol}"
fi