From e9f200340e47313873ab6035633e4658f4eaae94 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 28 Mar 2024 09:50:01 +0100 Subject: [PATCH] labs/sysdev-tinysystem: improve bootargs description In particular, put "nfsvers=" on the same line as "nfsroot=". Otherwise, the newline suggests a space (when people didn't pay enough attention to the slides) Signed-off-by: Michael Opdenacker --- labs/sysdev-tinysystem/sysdev-tinysystem.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex index 3b6568a602..fab40dcf97 100644 --- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex +++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex @@ -82,6 +82,7 @@ \section{Booting the system} So add settings to the \code{bootargs} environment variable, {\bf in just 1 line}: +{\small \if\defstring{\labboard}{beaglebone} \begin{ubootinput} => setenv bootargs ${bootargs} root=/dev/nfs ip=192.168.0.100:::::usb0 @@ -101,6 +102,7 @@ \section{Booting the system} \end{ubootinput} \fi \fi +} Once again, replace \code{} by your actual user name.