add failure downloading runtime message to imgextract part

Signed-off-by: Xu Yang <xyang@ciq.com>
This commit is contained in:
Xu Yang
2024-11-08 03:33:46 +00:00
committed by Jonathon Anderson
parent 7b1adf4c12
commit c6ebac89da

View File

@@ -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: