@@ -7,6 +7,14 @@ bootloader_http_enabled: true
bootloader_https_enabled: true
bootloaders:
arm:
+ - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
+ ipxe_bin: ipxe.iso
+ output_bin: -arm64.iso
+ type: ISO
+ - desc: Used for creation of USB Keys
+ ipxe_bin: ipxe.img
+ output_bin: -arm64.img
+ type: IMG
- desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
ipxe_bin: ipxe.efi
output_bin: -arm64.efi
@@ -115,7 +115,7 @@ exit
{% endif %}
{% if generate_disks_arm == true %}
- <p>ARM64 iPXE Bootloaders</p>
+ <p>ARM64 UEFI iPXE Bootloaders</p>
<table style="width:100%">
<!-- table header -->