summaryrefslogtreecommitdiff
path: root/community/weblogs
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-03-27 21:37:59 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-03-27 21:37:59 +0200
commit3f5b019c3f6e0c6e1683b2374cc86116251ecf2b (patch)
tree318230b32e3aa98afa4a28a0c0855e86a78fc721 /community/weblogs
parent51c4760238ec774f0eb4facb1eb17c4abd516029 (diff)
parent4f51f8e21f1962a0749ec7081567f4916bab7910 (diff)
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'community/weblogs')
-rw-r--r--community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn13
1 files changed, 9 insertions, 4 deletions
diff --git a/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn b/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn
index d55527a7..00d09094 100644
--- a/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn
+++ b/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn
@@ -56,7 +56,9 @@ For that I want to use:
### Tarfs
apt-get install zip libz-dev libbz2-dev
- hg clone http://bitbucket.org/ArneBab/hurd-tarfs tarfs
+ git clone git://git.sv.gnu.org/hurd/incubator.git tarfs
+ cd tarfs/
+ git checkout tarfs/master
cd tarfs
make
make install
@@ -86,9 +88,12 @@ For that I want to use:
cd ../..
mkdir test
- settrans -c test2 /usr/local/bin/nsmux test
- tar -cf test/intro.tar repos/hurd_intro
- ls test2/intro.tar,,tarfs
+ touch test/hello
+ settrans -ca test2 /usr/local/bin/nsmux test
+ # tar -cvf test/intro.tar repos/hurd_intro
+ cat test2/hello
+ cat test2/hello,,hello
+ # Hello, World!
### clisp