This commit is contained in:
teldra 2022-02-09 20:15:04 +01:00
parent c9a5f784ff
commit 40c7fca6c7
1 changed files with 2 additions and 1 deletions

View File

@ -59,9 +59,10 @@ config() {
echo "keymap /boot/grub/${KEY_LANG}.gkb" >> /boot/grub/early-grub.cfg
echo "echo 'first'" >> /boot/grub/early-grub.cfg
echo "cryptomount -u ${CRYPTUUID}" >> /boot/grub/early-grub.cfg
echo "ls" >> /boot/grub/early-grub.cfg
echo "echo 'second'" >> /boot/grub/early-grub.cfg
echo "cryptomount -a" >> /boot/grub/early-grub.cfg
echo "set root='lvm/vg_${TARGETNAME_UNDERSCORE}/vg_${TARGETNAME_UNDERSCORE}-root'" >> /boot/grub/early-grub.cfg
echo "set root='lvm/vg_${TARGETNAME_UNDERSCORE}-root'" >> /boot/grub/early-grub.cfg
#echo "set prefix=($root)/rootfs/boot/grub" >> /boot/grub/early-grub.cfg
echo "configfile (\$root)/boot/grub.cfg" >> /boot/grub/early-grub.cfg