File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
# You can set these variables from the command line.
5
- SPHINXOPTS =
5
+ SPHINXOPTS = -j auto
6
6
SPHINXBUILD = sphinx-build
7
7
SPHINXPROJ = labgrid
8
8
SOURCEDIR = .
Original file line number Diff line number Diff line change @@ -1366,6 +1366,17 @@ see below.
1366
1366
For now, the TFTP/NFS/HTTP server needs to be configured before using it from
1367
1367
labgrid.
1368
1368
1369
+ Because labgrid uses absolute paths as targets for symlinks for exposing files
1370
+ on the TFTP server and because the target of those symlinks is in
1371
+ ``/var/cache/labgrid/ ``, the TFTP server needs to follow symlinks whose target
1372
+ path is both absolute and in ``/var/cache/labgrid ``. Note that depending on the
1373
+ configuration of the TFTP server, ``/var/cache/labgrid `` may not be the root
1374
+ directory of your TFTP server.
1375
+
1376
+ `atftpd <https://sourceforge.net/projects/atftp/ >`_ is known to work whereas
1377
+ `tftpd-hpa <https://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git/ >`_ doesn't
1378
+ seem to be working well with such symlinks.
1379
+
1369
1380
TFTPProvider
1370
1381
++++++++++++
1371
1382
A :any: `TFTPProvider ` resource describes a TFTP server.
You can’t perform that action at this time.
0 commit comments