mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
docs(dev): update order of setup instructions (#98)
This change corrects the steps order to have the krata daemon started before starting the krata networking service Co-authored-by: Khionu Sybiern <khionu@edera.dev>
This commit is contained in:
parent
e8d89d4d5b
commit
f843abcabf
4
DEV.md
4
DEV.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user