]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
README: Mention the / requirement in Tftp[Tmp|Pxe]Dir
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 26 Oct 2016 18:14:09 +0000 (14:14 -0400)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 26 Oct 2016 15:36:56 +0000 (16:36 +0100)
That is the / should be part of the directory name. Otherwise
we get strange files such as: pxelinux.cfgC0A86A3C
in the TftpPath directory.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
v2: Slightly improved wording.

README

diff --git a/README b/README
index 167c1bd89b96a46672331ddf26adf52fd3e5a4f8..e3519a48502c10e7c7da826352c679a293d84d01 100644 (file)
--- a/README
+++ b/README
@@ -497,9 +497,10 @@ Tftp*
     TftpPath          The path to the root of the directory which is exposed by
                       the tftpserver (e.g. /tftpboot).
     TftpTmpDir        A directory under `Path' to use for temporary files.
+                      Make sure you include the trailing / (e.g. tmp/)
 
     TftpPxeDir        The path under `Path' to the PXE configuration directory
-                      (e.g. pxelinux.cfg)
+                      (e.g. pxelinux.cfg/).   Include the trailing /.
     TftpPxeGroup      The Unix group which should own files under `PxeDir'.
     TftpPxeTemplates  See TftpPxeTemplates
     TftpPxeTemplatesReal