From c6ebac89da3086ff4b28c46e51d24fc13a059966 Mon Sep 17 00:00:00 2001 From: Xu Yang Date: Fri, 8 Nov 2024 03:33:46 +0000 Subject: [PATCH] add failure downloading runtime message to imgextract part Signed-off-by: Xu Yang --- etc/ipxe/default.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ipxe/default.ipxe b/etc/ipxe/default.ipxe index afe476cb..71196c23 100644 --- a/etc/ipxe/default.ipxe +++ b/etc/ipxe/default.ipxe @@ -37,7 +37,7 @@ echo Downloading System Overlay: imgextract --name system ${uri_base}&stage=system&compress=gz || goto reboot echo Downloading Runtime Overlay: -imgextract --name runtime ${uri_base}&stage=runtime&compress=gz || goto reboot +imgextract --name runtime ${uri_base}&stage=runtime&compress=gz || echo Failed downloading runtime overlay. {{if ne .KernelOverride "" -}} echo Downloading Kernel Modules: