[bootlin/training-materials updates] master: labs: debugging: add apt install nfs-kernel-server (b12aad44)

Clément Léger clement.leger at bootlin.com
Tue Mar 21 09:23:06 CET 2023


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

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

commit b12aad4438d646670bf905ccade6233f19481e1c
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Tue Mar 21 09:23:06 2023 +0100

    labs: debugging: add apt install nfs-kernel-server
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

b12aad4438d646670bf905ccade6233f19481e1c
 labs/debugging-setup/debugging-setup.tex | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/labs/debugging-setup/debugging-setup.tex b/labs/debugging-setup/debugging-setup.tex
index 2a62d5d1..10fb463b 100644
--- a/labs/debugging-setup/debugging-setup.tex
+++ b/labs/debugging-setup/debugging-setup.tex
@@ -75,7 +75,13 @@ $ nmcli con add type ethernet ifname en<xxx> ip4 192.168.0.1/24
 \section{Setting up the NFS server}
 
 Install the NFS server by installing the \code{nfs-kernel-server}
-package. Once installed, edit the \code{/etc/exports} file as
+package:
+
+\begin{bashinput}
+$ sudo apt install nfs-kernel-server
+\end{bashinput}
+
+Once installed, edit the \code{/etc/exports} file as
 \code{root} to add the following lines, assuming that the IP address
 of your board will be \code{192.168.0.100}:
 




More information about the training-materials-updates mailing list