[syslinux:elflink] txt/syslinux-cli.txt: Path rules

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Mon Jun 24 02:36:05 PDT 2013


Commit-ID:  985d269eaece49c4ef66208568cc8bfafdc45052
Gitweb:     http://www.syslinux.org/commit/985d269eaece49c4ef66208568cc8bfafdc45052
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Wed, 12 Jun 2013 22:53:30 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Wed, 12 Jun 2013 22:53:30 -0400

txt/syslinux-cli.txt: Path rules

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 txt/syslinux-cli.txt | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/txt/syslinux-cli.txt b/txt/syslinux-cli.txt
index fa6a4dc..a338d9b 100644
--- a/txt/syslinux-cli.txt
+++ b/txt/syslinux-cli.txt
@@ -59,6 +59,34 @@ the file is not found in the following order: .0[*PXELINUX* only],
 // Is this true of file names specified in a config?  As of when?
 
 
+=== PATH RULES ===
+
+The current working directory is *always* searched first, before PATH,
+when attempting to open a filename. The current working directory is
+not affected when specifying a file with an absolute path. For
+example, given the following file system layout,
+
+....
+/boot/
+	/bin/
+		ls.c32
+		libls.c32
+	/foo/
+		libls.c32
+....
+
+assuming that the current working directory is /boot/foo, and assuming
+that libls.c32 is a dependency of ls.c32, executing /boot/bin/ls.c32
+will cause /boot/foo/libls.c32 to be loaded, not /boot/bin/libls.c32,
+even if /boot/bin is specified in the PATH directive of a config file.
+
+The reason that things work this way is that typically a user will
+install all library files in the Syslinux installation directory, as
+specified with the --directory installer option. This method allows
+the user to omit the PATH directive from their config file and still
+have things work correctly.
+
+
 == AUTHOR ==
 This AsciiDoc derived document is a modified version of the original
 *SYSLINUX* documentation by {author} <{author-email}>.  The conversion


More information about the Syslinux-commits mailing list