This commit is contained in:
teldra 2022-02-09 17:14:20 +01:00
parent a6c7f743b5
commit 14b4d8a9f3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ config() {
echo "terminal_input at_keyboard" >> /boot/grub/early-grub.cfg
echo "keymap /boot/grub/${KEY_LANG}.gkb" >> /boot/grub/early-grub.cfg
echo "cryptomount -u ${CRYPTUUID}" >> /boot/grub/early-grub.cfg
echo "set root='lvmid/${VGUUID}/${lVUUID}'" >> /boot/grub/early-grub.cfg
echo "set root='lvmid/${VGUUID}/${LVUUID}'" >> /boot/grub/early-grub.cfg
echo "set prefix=($root)/grub" >> /boot/grub/early-grub.cfg
echo "configfile grub.cfg" >> /boot/grub/early-grub.cfg