also fix the other grub trees

Signed-off-by: Leah Rowe <leah@libreboot.org>
25.04_branch
Leah Rowe 2025-05-08 11:12:34 +01:00
parent c15ee8fc32
commit d99bc55f4a
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o
# using * is slow on some machines, but we use it here, # using * is slow on some machines, but we use it here,
# just once. in so doing, we find every lvm volume # just once. in so doing, we find every lvm volume
for vol in (*); do for vol in (*); do
if regexp ^lvm/ $vol; then if regexp ^\\(lvm/ $vol; then
lvmvol="${lvmvol} ${vol}" lvmvol="${lvmvol} ${vol}"
try_bootcfg "${vol}" try_bootcfg "${vol}"
fi fi

View File

@ -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, # using * is slow on some machines, but we use it here,
# just once. in so doing, we find every lvm volume # just once. in so doing, we find every lvm volume
for vol in (*); do for vol in (*); do
if regexp ^lvm/ $vol; then if regexp ^\\(lvm/ $vol; then
lvmvol="${lvmvol} ${vol}" lvmvol="${lvmvol} ${vol}"
try_bootcfg "${vol}" try_bootcfg "${vol}"
fi fi