aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-10-31 11:08:03 +0000
committerMatt Fleming <matt.fleming@intel.com>2012-10-31 11:12:29 +0000
commitb210bd5bfd0d7182b0a65f507c7557eeb90d5b16 (patch)
treec9511f8d9d971789aa1d3a26e44a1dc715dc5c5a
parent348fb9864a97e195b465c301589cba73af7dc4f7 (diff)
downloadsyslinux-b210bd5bfd0d7182b0a65f507c7557eeb90d5b16.tar.gz
syslinux-b210bd5bfd0d7182b0a65f507c7557eeb90d5b16.tar.xz
syslinux-b210bd5bfd0d7182b0a65f507c7557eeb90d5b16.zip
doc: Document the 'PATH' directivesyslinux-5.00-pre9
The 'PATH' directive allows the user to specify a list of directories to search when loading modules. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--doc/syslinux.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 033a1ec0..e9923a63 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