]> git.siccegge.de Git - forks/vmdebootstrap.git/commitdiff
Update manpage example for current qemu message
authorNeil Williams <codehelp@debian.org>
Sun, 28 Jun 2015 11:49:43 +0000 (12:49 +0100)
committerNeil Williams <codehelp@debian.org>
Sun, 28 Jun 2015 11:49:43 +0000 (12:49 +0100)
vmdebootstrap.8.in

index e1cd3ff3e968d2f17e2cf83d4fe88bbb0aee4762..8b751fdc76f3386862e4c3dd49786ef351ea99b0 100644 (file)
@@ -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