revert my change to always send compressed image
This commit is contained in:
@@ -42,17 +42,17 @@ kernel --name kernel ${uri_base}&stage=kernel || goto reboot
|
||||
#echo Extraction failed, attempting un-compressed version of images
|
||||
|
||||
echo Downloading Container Image:
|
||||
initrd --name container ${uri_base}&stage=container&compress=gz || goto reboot
|
||||
initrd --name container ${uri_base}&stage=container || goto reboot
|
||||
|
||||
echo Downloading System Overlay:
|
||||
initrd --name system ${uri_base}&stage=system&compress=gz || goto reboot
|
||||
initrd --name system ${uri_base}&stage=system || goto reboot
|
||||
|
||||
echo Downloading Runtime Overlay:
|
||||
initrd --name runtime ${uri_base}&stage=runtime&compress=gz || goto reboot
|
||||
initrd --name runtime ${uri_base}&stage=runtime || goto reboot
|
||||
|
||||
{{if ne .KernelOverride "" -}}
|
||||
echo Downloading Kernel Modules:
|
||||
initrd --name kmods ${uri_base}&stage=kmods&compress=gz || goto reboot
|
||||
initrd --name kmods ${uri_base}&stage=kmods || goto reboot
|
||||
{{- end}}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user