[bootlin/training-materials updates] master: slides/sysdev-bootloaders-u-boot: stop mentioning /var/lib/tftpboot (b065f550)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Mar 28 18:26:13 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/b065f5508489f18b3e5aeacabc822031de557299

>---------------------------------------------------------------

commit b065f5508489f18b3e5aeacabc822031de557299
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Mar 28 18:26:13 2023 +0200

    slides/sysdev-bootloaders-u-boot: stop mentioning /var/lib/tftpboot
    
    The home directory of the tftp server is always /srv/tftp
    on Ubuntu 22.04.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

b065f5508489f18b3e5aeacabc822031de557299
 slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
index d66e69d4..25d39d20 100644
--- a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
+++ b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
@@ -727,8 +727,7 @@ c0000040: 09746f6f 6509092f 09327478 6e2c7772  oot./..ext2.rw,n
   \item A TFTP server is needed on the development workstation
     \begin{itemize}
     \item \code{sudo apt install tftpd-hpa}
-    \item All files in \code{/var/lib/tftpboot} or in \code{/srv/tftp}
-      (if \code{/srv} exists) are then visible through TFTP
+    \item All files in \code{/srv/tftp} are then visible through TFTP
     \item A TFTP client is available in the \code{tftp-hpa} package,
       for testing
     \end{itemize}




More information about the training-materials-updates mailing list