diff options
author | hpa <hpa> | 2001-04-12 23:49:19 +0000 |
---|---|---|
committer | hpa <hpa> | 2001-04-12 23:49:19 +0000 |
commit | faa44ab86b56937d3a727108ead14971facfad9c (patch) | |
tree | f1a365df6592c09d581f69889780abf7b2cbea93 | |
parent | 72b97066d2077161130bf7e833afb97724228b10 (diff) | |
download | syslinux-faa44ab86b56937d3a727108ead14971facfad9c.tar.gz syslinux-faa44ab86b56937d3a727108ead14971facfad9c.tar.xz syslinux-faa44ab86b56937d3a727108ead14971facfad9c.zip |
Update the maximum pathname length to 63 characters.syslinux-1.61
-rw-r--r-- | pxelinux.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pxelinux.doc b/pxelinux.doc index e6baa81b..fd55baa4 100644 --- a/pxelinux.doc +++ b/pxelinux.doc @@ -54,7 +54,7 @@ search for its config file on the boot server in the following way: It should be noted that all filename references are relative to the directory pxelinux.0 lives in (usually /tftpboot). PXELINUX -generally requires that filenames (including any relative path) are 31 +generally requires that filenames (including any relative path) are 63 characters or shorter in length. PXELINUX does not support MTFTP, and I have no immediate plans of |