Browse Source

Add arm64 detection

Antony Messerli 7 năm trước cách đây
mục cha
commit
4cb93d47da
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/menu.ipxe

+ 1 - 0
src/menu.ipxe

@@ -25,6 +25,7 @@ chain --autofree http://${boot_domain}/ipxe/${ipxe_disk} ||
 
 isset ${arch} && goto skip_arch_detect ||
 cpuid --ext 29 && set arch x86_64 || set arch i386
+iseq ${buildarch} arm64 && set arch arm64 ||
 :skip_arch_detect
 isset ${menu} && goto ${menu} ||