From eb7dcedc0a1cb7b91337507a35a4dec205fbf340 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 18 Nov 2019 01:27:54 -0500 Subject: [PATCH] lol. won't even render without a choose directive --- app/templates/main.ipxe.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/main.ipxe.j2 b/app/templates/main.ipxe.j2 index 44066a7..212533f 100644 --- a/app/templates/main.ipxe.j2 +++ b/app/templates/main.ipxe.j2 @@ -14,8 +14,8 @@ item --gap -- == {{ mt.upper() }} == item --key {{ os['shortcut'] }} {{ os['name'] }} ({{ os['shortcut'] }}) {{ os['desc'] }} {%- endfor %} {% endfor %} +choose base - - +echo Selected: ${base} shell {% endblock %}