diff options
author | jbranso@dismail.de <jbranso@dismail.de> | 2023-09-21 12:48:19 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-23 00:31:28 +0100 |
commit | 28858a105b34c36a9fdb4b84150f7d9b61e610a6 (patch) | |
tree | 1ca4cfe6ea715ce50ddd4f7d5ec3a1592334f107 /doc | |
parent | 2c900794344f4e20385173dcd53529fd0b057b86 (diff) | |
download | hurd-28858a105b34c36a9fdb4b84150f7d9b61e610a6.tar.gz hurd-28858a105b34c36a9fdb4b84150f7d9b61e610a6.tar.bz2 hurd-28858a105b34c36a9fdb4b84150f7d9b61e610a6.zip |
describe the ISO-9960 filesystem in the hurd manual.
* doc/hurd.texi (ISO-9960): I added in a short explanation.
Message-ID: <20230921164822.9227-3-jbranso@dismail.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hurd.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/hurd.texi b/doc/hurd.texi index 42e8ce1d..41a4f90c 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -3698,7 +3698,10 @@ learn how to fix this. @section ISO-9660 CD-ROM FS @pindex iso9660fs -FIXME: finish +ISO 9660 is an internationally standarized filesystem designed for +DVDs or CDs. You probably used an "iso installation image" to install +the Hurd. When you install the Hurd, you are most likely using the +iso9660fs translator. @node Diskfs Library |