summaryrefslogtreecommitdiff
path: root/hurd/translator/examples.mdwn
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2013-03-17 16:24:35 +0100
committerPino Toscano <toscano.pino@tiscali.it>2013-03-17 16:24:57 +0100
commit18fdac0f9c911e25d45ebfcfb5e52ccd56071c16 (patch)
tree953d0eb5ba0a1c4d307058f467ec706c43851112 /hurd/translator/examples.mdwn
parent7305eb7793b5acbdf5c93d2436edf5401669efff (diff)
misc changes
Diffstat (limited to 'hurd/translator/examples.mdwn')
-rw-r--r--hurd/translator/examples.mdwn17
1 files changed, 9 insertions, 8 deletions
diff --git a/hurd/translator/examples.mdwn b/hurd/translator/examples.mdwn
index ee766fbf..190b26ae 100644
--- a/hurd/translator/examples.mdwn
+++ b/hurd/translator/examples.mdwn
@@ -10,7 +10,8 @@ is included in the section entitled
## Setting up translators - HowTo
-Translators can be got from hurd-extras <http://www.nongnu.org/hurdextras/>
+Additional translators can be got from [[source_repositories/incubator]],
+or [hurd-extras](http://www.nongnu.org/hurdextras/).
cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/hurdextras co <modulename>
@@ -36,7 +37,7 @@ or
ftp$ cd ftp.fr.debian.org
ftp/ftp.fr.debian.org $ ls
-* tarfs translator (needs uatime fix, 2010-08-25 → [git repo](http://github.com/giselher/tarfs))
+* [[tarfs]] translator
You can use tarfs to mount (almost) any tar file (currently broken, 2010-08-25):
@@ -52,14 +53,14 @@ You can even use it to create new tar files:
This is not as fast as `tar czvf newfile.tar.gz all my files`, but at least it's more original. ;)
-* cvsfs translator
+* [[cvsfs]] translator
<!-- Prevent ikiwiki / Markdown rendering bug. -->
$ settrans -ac cvsfs_testing /hurd/cvsfs cvs.savannah.nongnu.org /sources/hurdextras
$ cd cvsfs_testing
-* pfinet translator -- configuring your network interface
+* [[pfinet]] translator -- configuring your network interface
<!-- Prevent ikiwiki / Markdown rendering bug. -->
@@ -77,17 +78,17 @@ This is not as fast as `tar czvf newfile.tar.gz all my files`, but at least it's
$ settrans -ac /cdrom /hurd/iso9660fs /dev/<cdrom device file>
-* ext2fs translator -- 'mounting' an ext2fs partition
+* [[ext2fs]] translator -- 'mounting' an ext2fs partition
<!-- Prevent ikiwiki / Markdown rendering bug. -->
$ settrans -ac /linux /hurd/ext2fs /dev/<partition device file>
-* unionfs translator
+* [[unionfs]] translator
To join "foo/" "bar/" and "baz/" in the directory "quux/", just do:
$ settrans -capfg quux/ /hurd/unionfs foo/ bar/ baz/
-If you want to join even quux/ contents in the union itself, add -u as a translator argument.
-You can add filesystems at run-time with the fsysopts command.
+If you want to join even quux/ contents in the union itself, add `-u` as a translator argument.
+You can add filesystems at run-time with the `fsysopts` command.