fix grub function

This commit is contained in:
Tobias Powalowski 2022-05-03 22:03:30 +02:00
parent 6cb37448ba
commit 73fa43ef4d

View file

@ -64,7 +64,7 @@ function _efi_shell {
function _initrd_x86_64 { function _initrd_x86_64 {
if [ -e /boot/initramfs_x86_64.img ]; then if [ -e /boot/initramfs_x86_64.img ]; then
initrd /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs_x86_64.img initrd /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs_x86_64.img
lse else
initrd /boot/intel-ucode.img /boot/amd-ucode.img \ initrd /boot/intel-ucode.img /boot/amd-ucode.img \
/boot/initramfs_x86_64-0.img /boot/initramfs_x86_64-1.img /boot/initramfs_x86_64-0.img /boot/initramfs_x86_64-1.img
fi fi