diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-01 01:47:27 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-01 01:47:27 +0200 |
commit | d2e07b6ea330878b4c64e025ed6f7c966ef44701 (patch) | |
tree | 008a85069a84e652d156d3d665ea5d36035923b6 /hurd/running/debian | |
parent | f50976c97a6d26a902938485c465af893e00182a (diff) |
Add missing -hda option to qemu invocation
Diffstat (limited to 'hurd/running/debian')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index 9f828556..809bf7b1 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -15,7 +15,7 @@ Usage: $ wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz $ tar -xz < debian-hurd.img.tar.gz - $ qemu -net nic,model=rtl8139 -net user debian-hurd-*.img + $ qemu -net nic,model=rtl8139 -net user -hda debian-hurd-*.img Just in case you were wondering: the *root* password is *root*. |