From fc6c6212588c8456240360ca2bd8916cb127a464 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 28 Jun 2015 12:49:43 +0100 Subject: [PATCH] Update manpage example for current qemu message --- vmdebootstrap.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmdebootstrap.8.in b/vmdebootstrap.8.in index e1cd3ff..8b751fd 100644 --- a/vmdebootstrap.8.in +++ b/vmdebootstrap.8.in @@ -298,7 +298,7 @@ sudo chmod a+w ./test.img .PP Execute using qemu, e.g. on amd64 using qemu-system-x86_64: .IP -qemu-system-x86_64 ./test.img +qemu-system-x86_64 -drive format=raw,file=./test.img .PP (This loads the image in a new window.) .PP -- 2.39.2