fix grub on aarch64

This commit is contained in:
Tobias Powalowski 2022-05-04 18:55:16 +02:00
parent 7a9678fb4b
commit 3fa1a20350

View file

@ -71,7 +71,7 @@ function _initrd_x86_64 {
}
function _initrd_aarch64 {
if [.e /boot/initramfs_aarch64.img }; then
if [ -e /boot/initramfs_aarch64.img ]; then
initrd /boot/amd-ucode.img /boot/initramfs_aarch64.img
else
initrd /boot/amd-ucode.img /boot/initramfs_aarch64-0.img /boot/initramfs_aarch64-1.img