From 0180d235118ee86222b2ec4a418b10163b4000c2 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 18 Nov 2019 05:58:57 -0500 Subject: [PATCH] better UX lol --- app/templates/main.ipxe.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/templates/main.ipxe.j2 b/app/templates/main.ipxe.j2 index fd23a60..5f68f19 100644 --- a/app/templates/main.ipxe.j2 +++ b/app/templates/main.ipxe.j2 @@ -23,13 +23,16 @@ set menu-timeout 0 goto ${base} {# CANCEL ########################################################################################################### #} :cancel -echo iPXE canceled; continuing boot. +echo iPXE canceled; continuing boot... +sleep 2 goto exit {# REBOOT ########################################################################################################### #} :reboot +echo Rebooting... reboot {# EXIT ############################################################################################################# #} :exit +echo Exiting... exit 0 {# CONFIGURE ######################################################################################################## #} :config