add failure downloading runtime message to imgextract part
Signed-off-by: Xu Yang <xyang@ciq.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
7b1adf4c12
commit
c6ebac89da
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user