summaryrefslogtreecommitdiff
path: root/isolinux.doc
diff options
context:
space:
mode:
authorhpa <hpa>2001-04-12 22:50:10 +0000
committerhpa <hpa>2001-04-12 22:50:10 +0000
commit5a54581c6685fca5f7f1d4ea2be50e06f7a2551a (patch)
tree13288165a94f8fbb1bd7e25851d43d4a718370d9 /isolinux.doc
parentd749095d27b62d0edc944741e36e5ecde54d7619 (diff)
downloadsyslinux-5a54581c6685fca5f7f1d4ea2be50e06f7a2551a.tar.gz
Declare this to be the beginning of version 1.61, and update the
documentation.
Diffstat (limited to 'isolinux.doc')
-rw-r--r--isolinux.doc11
1 files changed, 8 insertions, 3 deletions
diff --git a/isolinux.doc b/isolinux.doc
index 5c2c1123..86267759 100644
--- a/isolinux.doc
+++ b/isolinux.doc
@@ -36,9 +36,14 @@ as appropriate, such as -J or -R):
-no-emul-boot -boot-load-size 4 -boot-info-table \
<root-of-iso-tree>
-ISOLINUX will look in the "isolinux" directory, if it exists, for any
-file requested. It currently does not support accessing other
-directories. Please let me know if this is a desired feature.
+ISOLINUX resolves pathnames the following way:
+
+- A pathname consists of names separated by slashes, Unix-style.
+- A leading / means it searches from the root directory; otherwise the
+ search is from the isolinux directory (think of this as the "current
+ directory".)
+- . and .. in pathname searches are not supported.
+- The maximum length of any pathname is 255 characters.
Note that ISOLINUX only uses the "plain" ISO 9660 filenames, i.e. it
does not support Rock Ridge or Joliet filenames. It can still be used