7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
|
#!ipxe
|
||
|
|
||
|
console --picture {{ request.url_root }}ipxe/bg.png --left 32 --right 32 --top 32 --bottom 48
|
||
|
|
||
|
{% block menu %}
|
||
|
{% endblock %}
|