[bootlin/training-materials updates] master: Ubuntu 20.04: install net-tools package to access the ifconfig command (d120e7b8)
    Michael Opdenacker 
    michael.opdenacker at bootlin.com
       
    Wed May 27 12:04:32 CEST 2020
    
    
  
Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/d120e7b8560d667cbb21f458df9e424a710b6da7
>---------------------------------------------------------------
commit d120e7b8560d667cbb21f458df9e424a710b6da7
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed May 27 12:04:32 2020 +0200
    Ubuntu 20.04: install net-tools package to access the ifconfig command
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
>---------------------------------------------------------------
d120e7b8560d667cbb21f458df9e424a710b6da7
 labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex                       | 3 ++-
 labs/sysdev-u-boot/sysdev-u-boot.tex                                   | 2 +-
 .../yocto-advanced-configuration-stm32.tex                             | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
index 63ff1f73..27baa80a 100644
--- a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
+++ b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
@@ -309,7 +309,8 @@ wired connection to the network, your instructor will provide you with
 a USB Ethernet adapter. A new network interface should appear on your
 Linux system.
 
-Find the name of this interface by typing:
+Install the \code{net-tools} package and find the name of this interface
+by typing:
 \begin{verbatim}
 ifconfig -a
 \end{verbatim}
diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 66c265a7..ffffa83e 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -287,7 +287,7 @@ wired connection to the network, your instructor will provide you with
 a USB Ethernet adapter. A new network interface should appear on your
 Linux system.
 
-Find the name of this interface by typing:
+Install the \code{net-tools} package and find the name of this interface by typing:
 \begin{verbatim}
 ifconfig -a
 \end{verbatim}
diff --git a/labs/yocto-advanced-configuration-stm32/yocto-advanced-configuration-stm32.tex b/labs/yocto-advanced-configuration-stm32/yocto-advanced-configuration-stm32.tex
index de33d498..910dda7d 100644
--- a/labs/yocto-advanced-configuration-stm32/yocto-advanced-configuration-stm32.tex
+++ b/labs/yocto-advanced-configuration-stm32/yocto-advanced-configuration-stm32.tex
@@ -33,7 +33,7 @@ one of your computer. If your computer already has a wired connection
 to the network, your instructor will provide you with a USB Ethernet
 adapter. A new network interface should appear on your Linux system.
 
-Find the name of this interface by typing:
+Install the \code{net-tools} package and find the name of this interface by typing:
 \begin{verbatim}
 ifconfig -a
 \end{verbatim}
    
    
More information about the training-materials-updates
mailing list