Skip to content
Snippets Groups Projects
Commit 0f5cf4bd authored by Jingyun Hua's avatar Jingyun Hua Committed by Natanael Copa
Browse files

setup-disk: add loongarch64 support

parent a5f9c1c5
No related branches found
No related tags found
1 merge request!187setup-disk: add loongarch64 support
Pipeline #233886 passed
......@@ -322,6 +322,7 @@ setup_grub() {
arm*) target=arm-efi ; fwa=arm ;;
aarch64) target=arm64-efi ; fwa=aa64 ;;
riscv64) target=riscv64-efi ; fwa=riscv64 ;;
loongarch64) target=loongarch64-efi ; fwa=loongarch64 ;;
esac
# currently disabling nvram so grub doesnt call efibootmgr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment