diff mbox

[3/3] README: Mention the / requirement in Tftp[Dir|Tmp]Dir

Message ID 1477505649-84103-4-git-send-email-konrad.wilk@oracle.com (mailing list archive)
State New, archived
Headers show

Commit Message

Konrad Rzeszutek Wilk Oct. 26, 2016, 6:14 p.m. UTC
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>
---
 README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/README b/README
index 167c1bd..512f64b 100644
--- 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 have the / postfix included (e.g. tmp/)
 
     TftpPxeDir        The path under `Path' to the PXE configuration directory
-                      (e.g. pxelinux.cfg)
+                      (e.g. pxelinux.cfg/) Make sure you have the / included.
     TftpPxeGroup      The Unix group which should own files under `PxeDir'.
     TftpPxeTemplates  See TftpPxeTemplates
     TftpPxeTemplatesReal