HACKING: update qemu-kvm instructions (#6138)

This commit is contained in:
AsciiWolf 2017-06-20 23:16:16 +02:00 committed by Lennart Poettering
parent 75d96e22d2
commit 676a0406a2

View file

@ -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.