Skip to content

Commit

Permalink
docs: updated kernel links in quickstart guide
Browse files Browse the repository at this point in the history
Signed-off-by: George Pisaltu <[email protected]>
  • Loading branch information
georgepisaltu authored and dianpopa committed Mar 15, 2021
1 parent d9e72ef commit cc64ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 84,10 @@ Next, you will need an uncompressed Linux kernel binary, and an ext4
file system image (to use as rootfs).

1. To run an `x86_64` guest you can download such resources from:
[kernel](https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin)
[kernel](https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/x86_64/kernels/vmlinux.bin)
and [rootfs](https://s3.amazonaws.com/spec.ccfc.min/img/hello/fsfiles/hello-rootfs.ext4).
1. To run an `aarch64` guest, download them from:
[kernel](https://s3.amazonaws.com/spec.ccfc.min/img/aarch64/ubuntu_with_ssh/kernel/vmlinux.bin)
[kernel](https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/aarch64/kernels/vmlinux.bin)
and [rootfs](https://s3.amazonaws.com/spec.ccfc.min/img/aarch64/ubuntu_with_ssh/fsfiles/xenial.rootfs.ext4).

Now, let's open up two shell prompts: one to run Firecracker, and another one
Expand Down

0 comments on commit cc64ea0

Please sign in to comment.