mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
Merge pull request 'fix trying to boot all logical volumes after unlocking an encrypted volume' (#330) from cqst/lbmk:master into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/330
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user