]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
HACKING: update qemu-kvm instructions (#6138)
authorAsciiWolf <mail@asciiwolf.com>
Tue, 20 Jun 2017 21:16:16 +0000 (23:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Jun 2017 21:16:16 +0000 (23:16 +0200)
HACKING

diff --git a/HACKING b/HACKING
index 0d1a93e2111b4069ea5f0e96f81e7f9497337860..193cff13f720ba8791aaf3145a19943c2540c7c7 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -30,7 +30,7 @@ systemd-nspawn or in an UEFI-capable VM:
 
 or:
 
-        # qemu-kvm -m 512 -smp 2 -bios /usr/share/edk2/ovmf/OVMF_CODE.fd -hda image.raw
+        # qemu-system-x86_64 -enable-kvm -m 512 -smp 2 -bios /usr/share/edk2/ovmf/OVMF_CODE.fd -hda image.raw
 
 Every time you rerun the "mkosi" command a fresh image is built, incorporating
 all current changes you made to the project tree.