diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-17 22:01:36 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-17 22:02:04 +0100 |
commit | 3613241cbae8c394119211b6930a99e446469134 (patch) | |
tree | 9d0d8903c8c6f99f5b4487dad808445e3018dff4 /hurd/running | |
parent | 4f6e25bae59835cb402597fc82a8029f6d56a3c9 (diff) | |
parent | 38eb772d6b62b6678f11a8ce2c8e25cec8000804 (diff) |
Merge commit '38eb772d6b62b6678f11a8ce2c8e25cec8000804' into HEAD
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 38 |
1 files changed, 4 insertions, 34 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index af22de13..1f42507b 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011, 2012, 2014 Free Software Foundation, +[[!meta copyright="Copyright © 2011, 2012, 2014, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -16,7 +16,9 @@ Usage: $ wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz $ tar -xz < debian-hurd.img.tar.gz - $ qemu -m 512 -drive cache=writeback,file=$(echo debian-hurd-*.img) + $ kvm -m 512 -drive cache=writeback,file=$(echo debian-hurd-*.img) + +Please also read the README file: <http://people.debian.org/~sthibault/hurd-i386/README> If you have troubles extracting the image, you can use the gz version <http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.gz>, @@ -29,35 +31,3 @@ Just in case you were wondering: the *root* password is empty. [[!if test="destpage(hurd/running/qemu)" then="" else="For more detailed instructions, please see the [[hurd/running/QEMU]] page."]] - - -[[!if test="!included()" then="#" else="###"]] IRC, freenode, #hurd, 2014-03-10 - - <mcsim> scp doesn't work either - <braunr> what ? - <braunr> why wouldn't it ? - <mcsim> scp -P5555 -r ./hurd/ root@localhost:/root/src/ - <mcsim> root@localhost's password: - <mcsim> The Hurd is not Linux. Make sure to read - <braunr> that shouldn't happen ... - <braunr> use tar maybe ? - <mcsim> the same with tar archive - <braunr> :/ - <braunr> i don't know what to tell you - <braunr> i don't have that problem - - -[[!if test="!included()" then="##" else="####"]] IRC, freenode, #hurd, 2014-03-11 - - <teythoon> braunr: mcsims scp problem is b/c youpis images echo stuff from - the .bashrc or something - <teythoon> i wish he'd change that, as it is a reoccuring problem - <teythoon> youpi: ^ - <teythoon> (didn't realize you are around >,<) - <teythoon> now that /etc/issue is displayed, you can put the welcome text - there - <braunr> teythoon: i see - <teythoon> mcsim: your ssh trouble are rooted in the .bashrc printing some - stuff to stdout - <mcsim> teythoon: thank you. It works now - <teythoon> :) |