summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-03-24 20:40:34 +0100
committerArne Babenhauserheide <arne_bab@web.de>2011-03-24 20:40:34 +0100
commitd6f55e4eddd3ea30de9e4685059264cc4b3f21d8 (patch)
tree43c3ac2eb7d009c4b9a3ce22150a0994d984a605
parent01c30100822bdf5cf3312733b75b487212af6592 (diff)
working nsmux test with the hello translator
-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 006966e9..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 -cvf 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