summaryrefslogtreecommitdiff
path: root/hurd/translator
diff options
context:
space:
mode:
authorJoshua Branson <jbranso@dismail.de>2026-02-27 19:14:08 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-01 16:05:03 +0100
commit3431d54c2aed4cdbbf5e4008ecd14310a7f2bc5f (patch)
treebc68fb66917e93aed27bf052fa2774ed67d612e4 /hurd/translator
parent0fa6b9034d0dba1b7a42e2b78237f63d63bda46d (diff)
hurd/translator/iso9660fs.mdwn: new file.
link to from hurd/libdiskfs.mdwn page. Message-ID: <20260227191409.3373-1-jbranso@dismail.de>
Diffstat (limited to 'hurd/translator')
-rw-r--r--hurd/translator/iso9660fs.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/hurd/translator/iso9660fs.mdwn b/hurd/translator/iso9660fs.mdwn
new file mode 100644
index 00000000..1426520f
--- /dev/null
+++ b/hurd/translator/iso9660fs.mdwn
@@ -0,0 +1,14 @@
+[[!meta copyright="Copyright © 2026 Free Software Foundation, Inc."]]
+
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
+
+ISO 9660 is a filesystem that was designed to run on optical disks
+like CDs or DVDs (but it can run on USB drives as well). Many people
+will burn an iso image to disk and then install the Hurd via that CD
+or DVD. `iso9660fs` is how the Hurd reads those images.