diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-09-29 20:58:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-09-29 20:58:34 +0000 |
commit | 4f9de6ae2f4e99570f305d385a6058d5d64e778e (patch) | |
tree | 23bdddcbe63410b9ab22f503302aab974ee0fc73 /NEWS | |
parent | a3f98f6fc2b76b39272250be3badabcf65fc23f1 (diff) | |
download | hurd-4f9de6ae2f4e99570f305d385a6058d5d64e778e.tar.gz hurd-4f9de6ae2f4e99570f305d385a6058d5d64e778e.tar.bz2 hurd-4f9de6ae2f4e99570f305d385a6058d5d64e778e.zip |
doc/
2002-09-29 Marcus Brinkmann <marcus@gnu.org>
* hurd.texi (Translators): Change isofs to iso9660fs
(ISO-9660 CD-ROM FS): Likewise.
isofs/
2002-09-29 Marcus Brinkmann <marcus@gnu.org>
* Makefile (target): Change to iso9660fs.
* main.c (diskfs_server_name): Change to iso9660fs.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -32,9 +32,9 @@ IP tunnel interface respectively. It also supports all common network ioctls now. The Hurd can now access CD-ROMs containing an ISO9660 file format with -the new isofs translator. Rock Ridge extensions are supported, as well -as some GNU extensions to store GNU specific file system attributes in -such filesystems. +the new iso9660fs translator. Rock Ridge extensions are supported, as +well as some GNU extensions to store GNU specific file system +attributes in such filesystems. Two new translators, hello and hello-mt, illustrate how to implement simple trivfs based filesystems in the Hurd. |