|
@@ -33,6 +33,8 @@ exit
|
|
Version: {{ boot_version }}<br>
|
|
Version: {{ boot_version }}<br>
|
|
Powered by <a href=https://netboot.xyz>netboot.xyz</a>
|
|
Powered by <a href=https://netboot.xyz>netboot.xyz</a>
|
|
</p>
|
|
</p>
|
|
|
|
+
|
|
|
|
+{% if generate_disks_legacy == true %}
|
|
<p>Legacy (PCBIOS) iPXE Bootloaders</p>
|
|
<p>Legacy (PCBIOS) iPXE Bootloaders</p>
|
|
<table style="width:100%">
|
|
<table style="width:100%">
|
|
<!-- table header -->
|
|
<!-- table header -->
|
|
@@ -50,7 +52,9 @@ exit
|
|
</tr>
|
|
</tr>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</table>
|
|
</table>
|
|
|
|
+{% endif %}
|
|
|
|
|
|
|
|
+{% if generate_disks_efi == true %}
|
|
<p>UEFI iPXE Bootloaders</p>
|
|
<p>UEFI iPXE Bootloaders</p>
|
|
|
|
|
|
<table style="width:100%">
|
|
<table style="width:100%">
|
|
@@ -69,7 +73,30 @@ exit
|
|
</tr>
|
|
</tr>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</table>
|
|
</table>
|
|
|
|
+{% endif %}
|
|
|
|
+
|
|
|
|
+{% if generate_disks_arm == true %}
|
|
|
|
+ <p>ARM64 iPXE Bootloaders - Experimental</p>
|
|
|
|
+
|
|
|
|
+ <table style="width:100%">
|
|
|
|
+ <!-- table header -->
|
|
|
|
+ <tr>
|
|
|
|
+ <th> Type </th>
|
|
|
|
+ <th> Bootloader </th>
|
|
|
|
+ <th> Description </th>
|
|
|
|
+ </tr>
|
|
|
|
+ <!-- table rows -->
|
|
|
|
+ {% for item in bootloaders.arm %}
|
|
|
|
+ <tr>
|
|
|
|
+ <td> {{ item.type }} </td>
|
|
|
|
+ <td> <a href="ipxe/{{ site_name }}{{ item.output_bin }}">{{ site_name }}{{ item.output_bin }}</a> </td>
|
|
|
|
+ <td> {{ item.desc }} </td>
|
|
|
|
+ </tr>
|
|
|
|
+ {% endfor %}
|
|
|
|
+ </table>
|
|
|
|
+{% endif %}
|
|
|
|
|
|
|
|
+{% if generate_disks_rpi == true %}
|
|
<p>Raspberry Pi iPXE Bootloaders - Experimental</p>
|
|
<p>Raspberry Pi iPXE Bootloaders - Experimental</p>
|
|
|
|
|
|
<table style="width:100%">
|
|
<table style="width:100%">
|
|
@@ -88,6 +115,7 @@ exit
|
|
</tr>
|
|
</tr>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</table>
|
|
</table>
|
|
|
|
+{% endif %}
|
|
|
|
|
|
<p>Checksums<p>
|
|
<p>Checksums<p>
|
|
|
|
|