Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jun 14, 2018
1 parent 3805695 commit ad4e8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ machine: QEMU!
But before we can boot it, we need to create a virtual hard disk. Use `qemu-img`
to create an 8G qcow2 formatted image:

qemu-img create -f qcow2 xbox.qcow2 8G
qemu-img create -f qcow2 xbox_hdd.qcow2 8G

Now you have an empty virtual drive. Let's fire up our virtual machine:

qemu-system-i386 \
-drive index=0,media=disk,file=xbox.qcow2 \
-drive index=0,media=disk,file=xbox_hdd.qcow2 \
-drive index=1,media=cdrom,file=linux.iso

Next follow the on-screen instructions, which basically go as follows:
Expand Down

0 comments on commit ad4e8c5

Please sign in to comment.