From ba9300d56181169b468bb1b3cb383f0ba716e5c7 Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Sun, 21 Feb 2021 13:21:24 +0100 Subject: [PATCH] Add warning about using qemu directly. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38768c6..e4b3374 100644 --- a/README.md +++ b/README.md @@ -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.