From 4c1f901df609c081a0fb18747f8b012c661e692a Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Fri, 22 Sep 2017 07:56:36 +0200 Subject: [PATCH] Fix qemu command --- download/virtual-machine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/virtual-machine.html b/download/virtual-machine.html index d216496..07b71b6 100644 --- a/download/virtual-machine.html +++ b/download/virtual-machine.html @@ -25,7 +25,7 @@

QEMU

     
-qemu-system-x86_64 -enable-kvm -m 1GB -vga qxl -net user,hostfwd=tcp::10022-:22 -net nic -cdrom lirios-20170116-x86_64.iso
+qemu-system-x86_64 -enable-kvm -m 1G -vga qxl -net user,hostfwd=tcp::10022-:22 -net nic -cdrom lirios-20170116-x86_64.iso