From: Neil Williams Date: Sun, 28 Jun 2015 11:49:43 +0000 (+0100) Subject: Update manpage example for current qemu message X-Git-Url: https://git.siccegge.de//index.cgi?p=forks%2Fvmdebootstrap.git;a=commitdiff_plain;h=fc6c6212588c8456240360ca2bd8916cb127a464 Update manpage example for current qemu message --- 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