Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Don't use static arch names
  • Loading branch information
schaefi committed Jan 17, 2024
1 parent fb08d43 commit b7d4cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ as follows:

```bash
flake-ctl firecracker pull --name firecore \
--rootfs https://s3.amazonaws.com/spec.ccfc.min/ci-artifacts/disks/x86_64/ubuntu-18.04.ext4 \
--kernel https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/x86_64/kernels/vmlinux.bin
--rootfs https://s3.amazonaws.com/spec.ccfc.min/ci-artifacts/disks/$(uname -m)/ubuntu-18.04.ext4 \
--kernel https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/$(uname -m)/kernels/vmlinux.bin
```

2. Register the ```fireshell``` application
Expand Down

0 comments on commit b7d4cbc

Please sign in to comment.