diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-03-26 00:55:26 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-03-26 00:55:26 +0100 |
commit | 09cf968b288adad78fcd2717db5643b5b9644b84 (patch) | |
tree | df32a35870f2ea89a03d1789bf0c988c79e760b0 /community/weblogs | |
parent | 64f60ab301c296aa6abe6a2dbc4ad27df3763034 (diff) | |
parent | 2462ca1a8be02689b5e0c5a13038472ad29a7888 (diff) | |
download | web-09cf968b288adad78fcd2717db5643b5b9644b84.tar.gz web-09cf968b288adad78fcd2717db5643b5b9644b84.tar.bz2 web-09cf968b288adad78fcd2717db5643b5b9644b84.zip |
Merge commit '2462ca1a8be02689b5e0c5a13038472ad29a7888'
Diffstat (limited to 'community/weblogs')
-rw-r--r-- | community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn | 13 |
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 |