Skip to content

Commit 301f04b

Browse files
authored
Update vmlinux kernel (firecracker-microvm#495)
Signed-off-by: Royce Zhao <[email protected]>
1 parent 5285a2a commit 301f04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ $(FIRECRACKER_CONTAINERD_RUNTIME_DIR) $(ETC_CONTAINERD):
171171
DEFAULT_VMLINUX_NAME?=default-vmlinux.bin
172172
$(DEFAULT_VMLINUX_NAME):
173173
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 -
176176
chmod 0400 $@
177177

178178
DEFAULT_VMLINUX_INSTALLPATH=$(FIRECRACKER_CONTAINERD_RUNTIME_DIR)/$(DEFAULT_VMLINUX_NAME)

0 commit comments

Comments
 (0)