We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023e5ce commit b4b98a2Copy full SHA for b4b98a2
docs/getting-started.md
@@ -83,7 +83,7 @@ kernel image with a Ubuntu 22.04 rootfs from our CI:
83
ARCH="$(uname -m)"
84
85
# Download a linux kernel binary
86
-wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/${ARCH}/vmlinux-5.10.204
+wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/${ARCH}/vmlinux-5.10.209
87
88
# Download a rootfs
89
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}" \
201
}" \
202
"http://localhost/logger"
203
204
-KERNEL="./vmlinux-5.10.204"
+KERNEL="./vmlinux-5.10.209"
205
KERNEL_BOOT_ARGS="console=ttyS0 reboot=k panic=1 pci=off"
206
207
ARCH=$(uname -m)
0 commit comments