Add warning about using qemu directly.

This commit is contained in:
aheirman 2021-02-21 13:21:24 +01:00 committed by GitHub
parent ab92307882
commit ba9300d561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -59,12 +59,14 @@ There are 4 new commands the user should be aware of, they are written in chrono
Use virt-manager or qemu to boot the `iglunix.img`.
Or execute QEMU directly with the following
Execute QEMU directly with the following command:
```
qemu-system-x86_64 path/to/disk -enable-kvm -m 4096
```
NOTE: Qemu is broken, we don't know why, use virt-manager.
## Trivia
Everything in trivia is not important.