| Submitter | Stephan Hoffmann |
|---|---|
| Date | April 6, 2012, 4:19 p.m. |
| Message ID | <1333729180-18218-2-git-send-email-sho@relinux.de> |
| Download | mbox | patch |
| Permalink | /patch/151209/ |
| State | Rejected |
| Headers | show |
Comments
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.
Signed-off-by: Stephan Hoffmann <sho@reLinux.de> --- board/qemu/x86_64/readme.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)