Skip to content

Commit b4b98a2

Browse files
roypatzulinx86
authored andcommitted
fix(doc): Update vmlinux artifact link
When regenerating artifacts for #4360, the guest kernels got updated to a new patch version. Fixes #4454 Signed-off-by: Patrick Roy <[email protected]>
1 parent 023e5ce commit b4b98a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ kernel image with a Ubuntu 22.04 rootfs from our CI:
8383
ARCH="$(uname -m)"
8484

8585
# Download a linux kernel binary
86-
wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/${ARCH}/vmlinux-5.10.204
86+
wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/${ARCH}/vmlinux-5.10.209
8787

8888
# Download a rootfs
8989
wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/${ARCH}/ubuntu-22.04.ext4
@@ -201,7 +201,7 @@ curl -X PUT --unix-socket "${API_SOCKET}" \
201201
}" \
202202
"http://localhost/logger"
203203

204-
KERNEL="./vmlinux-5.10.204"
204+
KERNEL="./vmlinux-5.10.209"
205205
KERNEL_BOOT_ARGS="console=ttyS0 reboot=k panic=1 pci=off"
206206

207207
ARCH=$(uname -m)

0 commit comments

Comments
 (0)