mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
grub.cfg: attempt cryptomount on raid volumes
This commit is contained in:
@@ -138,7 +138,7 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o
|
||||
fi
|
||||
set pager=0
|
||||
echo -n "Attempting to cryptomount: "
|
||||
for dev in ${ahcidev} ${atadev} ${lvmvol}; do # what about raid?
|
||||
for dev in ${ahcidev} ${atadev} ${lvmvol} ${raidvol}; do
|
||||
echo -n "${dev} "
|
||||
if cryptomount "${dev}" ; then break ; fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user