Browse Source

Merge pull request #432 from netbootxyz/add_checksum

Add checksums to index
Antony Messerli 5 years ago
parent
commit
a7b55b6de4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      roles/netbootxyz/templates/index.html.j2

+ 4 - 0
roles/netbootxyz/templates/index.html.j2

@@ -64,6 +64,10 @@ chain --autofree http://{{ boot_domain }}/menu.ipxe || echo HTTP failed, localbo
     </tr>
     {% endfor %}
   </table>
+
+  <p>Checksums<p>
+
+  <a href="ipxe/{{ site_name }}-sha256-checksums.txt">SHA256 checksums</a>
   </div>
   </body>
 </html>