[syslinux:elflink] doc: Document the 'PATH' directive

syslinux-bot for Matt Fleming matt.fleming at intel.com
Wed Oct 31 07:42:06 PDT 2012


Commit-ID:  b210bd5bfd0d7182b0a65f507c7557eeb90d5b16
Gitweb:     http://www.syslinux.org/commit/b210bd5bfd0d7182b0a65f507c7557eeb90d5b16
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Wed, 31 Oct 2012 11:08:03 +0000
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Wed, 31 Oct 2012 11:12:29 +0000

doc: Document the 'PATH' directive

The 'PATH' directive allows the user to specify a list of directories
to search when loading modules.

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 doc/syslinux.txt |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 033a1ec..e9923a6 100644
--- a/doc/syslinux.txt
+++ b/doc/syslinux.txt
@@ -450,6 +450,13 @@ F12 filename
 	compatibility with earlier versions, F10 can also be entered as
 	<Ctrl-F>0.
 
+PATH path
+	Specify a colon-separated (':') list of directories to search
+	when attempting to load modules. This directive is useful for
+	specifying the directories containing the lib*.c32 library
+	files as other modules may be dependent on these files, but
+	may not reside in the same directory.
+
 Blank lines are ignored.
 
 Note that the configuration file is not completely decoded.  Syntax


More information about the Syslinux-commits mailing list