[bootlin/training-materials updates] master: tftpd-hpa now used /srv/tftp in Ubuntu 20.04 (622b1288)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue May 26 18:48:40 CEST 2020


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

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

commit 622b12881c018b0afc42adfb9121e6f2b9d4639a
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue May 26 18:48:40 2020 +0200

    tftpd-hpa now used /srv/tftp in Ubuntu 20.04
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

622b12881c018b0afc42adfb9121e6f2b9d4639a
 slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex | 4 ++--
 1 file changed, 2 insertions(+), 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 07422698..a61d3a82 100644
--- a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
+++ b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
@@ -363,8 +363,8 @@ u-boot # saveenv
   \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} are then visible
-      through TFTP
+    \item All files in \code{/var/lib/tftpboot} (in Ubuntu 18.04)
+          or in \code{/srv/tftp} (in Ubuntu 20.04) 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