mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +02:00
Merge branch 'master' into 25.04_branch
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,
|
# 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user