Commit 4ed779d7 authored by Anton Midyukov's avatar Anton Midyukov

tar2fs: add grub-efi install on loongarch64

parent 8497d394
......@@ -462,6 +462,12 @@ grub-efi)
chroot "$ROOTFS" grub-install --target=riscv64-efi --recheck \
--removable --uefi-secure-boot
;;
loongarch64)
chroot "$ROOTFS" grub-install --target=loongarch64-efi --recheck \
--no-nvram --uefi-secure-boot
chroot "$ROOTFS" grub-install --target=loongarch64-efi --recheck \
--removable --uefi-secure-boot
;;
esac
sed -i '/GRUB_DISABLE_OS_PROBER=true/d' "$ROOTFS/etc/sysconfig/grub2"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment