fix trying to boot all logical volumes after unlocking an encrypted volume

25.04_branch
cqst 2025-05-08 02:28:14 -07:00 committed by Leah Rowe
parent 63cef86bdb
commit c15ee8fc32
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,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