Skip to content

Commit

Permalink
docs(dev): update order of setup instructions (#98)
Browse files Browse the repository at this point in the history
This change corrects the steps order to have the krata daemon started
before starting the krata networking service

Co-authored-by: Khionu Sybiern <[email protected]>
  • Loading branch information
khionu and khionu authored Apr 18, 2024
1 parent e8d89d4 commit f843abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ $ ./hack/kernel/build.sh
```

7. Copy the guest kernel image at `target/kernel/kernel-x86_64` to `/var/lib/krata/guest/kernel` to have it automatically detected by kratad.
8. Launch `./hack/debug/kratanet.sh` and keep it running in the foreground.
9. Launch `./hack/debug/kratad.sh` and keep it running in the foreground.
8. Launch `./hack/debug/kratad.sh` and keep it running in the foreground.
9. Launch `./hack/debug/kratanet.sh` and keep it running in the foreground.
10. Run kratactl to launch a guest:

```sh
Expand Down

0 comments on commit f843abc

Please sign in to comment.