|
@@ -9,6 +9,7 @@ chain --autofree https://{{ boot_domain }}/menu.ipxe || echo HTTPS failed... att
|
|
|
set conn_type http
|
|
|
chain --autofree http://{{ boot_domain }}/menu.ipxe || echo HTTP failed, localbooting...
|
|
|
{% endif %}
|
|
|
+exit
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
@@ -23,7 +24,11 @@ chain --autofree http://{{ boot_domain }}/menu.ipxe || echo HTTP failed, localbo
|
|
|
</style>
|
|
|
<body>
|
|
|
<div style="font-family: monospace, fixed; font-weight: bold;">
|
|
|
+ {% if index_title is defined %}
|
|
|
{{ index_title.stdout }}
|
|
|
+ {% else %}
|
|
|
+ <h1>{{ site_name }}</h1>
|
|
|
+ {% endif %}
|
|
|
<p>
|
|
|
Version: {{ boot_version }}<br>
|
|
|
Powered by <a href=https://netboot.xyz>netboot.xyz</a>
|