File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ $(FIRECRACKER_CONTAINERD_RUNTIME_DIR) $(ETC_CONTAINERD):
171
171
DEFAULT_VMLINUX_NAME? =default-vmlinux.bin
172
172
$(DEFAULT_VMLINUX_NAME ) :
173
173
curl --silent --show-error --retry 3 --max-time 30 --output $@ \
174
- " https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello- vmlinux.bin"
175
- echo " 882fa465c43ab7d92e31bd4167da3ad6a82cb9230f9b0016176df597c6014cef $@ " | sha256sum -c -
174
+ " https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/x86_64/kernels/ vmlinux.bin"
175
+ echo " bc7e2dbf12cf7038937abf42056f6bcd405d3eef4d27aaa3016f0ba15069ae4b $@ " | sha256sum -c -
176
176
chmod 0400 $@
177
177
178
178
DEFAULT_VMLINUX_INSTALLPATH =$(FIRECRACKER_CONTAINERD_RUNTIME_DIR ) /$(DEFAULT_VMLINUX_NAME )
You can’t perform that action at this time.
0 commit comments