diff mbox

[2/2] qemu/x86_64: Adapted qemu command line in readme file

Message ID 1333729180-18218-2-git-send-email-sho@relinux.de
State Rejected
Headers show

Commit Message

Stephan Hoffmann April 6, 2012, 4:19 p.m. UTC
Signed-off-by: Stephan Hoffmann <sho@reLinux.de>
---
 board/qemu/x86_64/readme.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/board/qemu/x86_64/readme.txt b/board/qemu/x86_64/readme.txt
index c06d24f..70f28d8 100644
--- a/board/qemu/x86_64/readme.txt
+++ b/board/qemu/x86_64/readme.txt
@@ -1,5 +1,5 @@ 
 Run the emulation with:
 
-  qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
+  qemu-system-x86_64 -M pc -kernel images/bzImage -drive file=images/rootfs.ext2,if=ide -append root=/dev/sda
 
 The login prompt will appear in the graphical window.