change path of image

This commit is contained in:
2019-11-19 07:14:45 -05:00
parent cc0f33db6d
commit f36c4e9948
9 changed files with 53 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#!ipxe
{# Set background image and border #}
console --picture {{ request.url_root }}ipxe/bg.png --left 32 --right 32 --top 32 --bottom 48
console --picture {{ request.url_root }}media/bg.png --left 32 --right 32 --top 32 --bottom 48
{# Set colours #}
{#
https://ipxe.org/cmd/colour

View File

@@ -10,6 +10,8 @@ from app import app
ua_re = re.compile(r'^iPXE/v[0-9.]+')
# TODO: NBI support? https://github.com/bruienne/bsdpy
# http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2010q1/003638.html
def getReqInfo():
d = {}