Browse Source

Add arm64 ISO and IMG downloads

Antony Messerli 1 year ago
parent
commit
fd01401654
2 changed files with 9 additions and 1 deletions
  1. 8 0
      roles/netbootxyz/defaults/main.yml
  2. 1 1
      roles/netbootxyz/templates/index.html.j2

+ 8 - 0
roles/netbootxyz/defaults/main.yml

@@ -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

+ 1 - 1
roles/netbootxyz/templates/index.html.j2

@@ -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 -->