Skip to content

Commit

Permalink
docs: Update vmlinux patch version in getting-started.md
Browse files Browse the repository at this point in the history
When generating the 1.6 artifacts, it got updated, but I forgot to
update the link.

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Oct 16, 2023
1 parent 1a54ca9 commit 86b5584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ with a Ubuntu 22.04 rootfs from our CI:
ARCH="$(uname -m)"

# Download a linux kernel binary
wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.6/${ARCH}/vmlinux-5.10.186
wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.6/${ARCH}/vmlinux-5.10.197

# Download a rootfs
wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.6/${ARCH}/ubuntu-22.04.ext4
Expand Down

0 comments on commit 86b5584

Please sign in to comment.