Skip to content

Commit

Permalink
labs/sysdev-tinysystem: improve bootargs description
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Michael Opdenacker committed Mar 28, 2024
1 parent 2bd5312 commit e9f2003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labs/sysdev-tinysystem/sysdev-tinysystem.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -101,6 +102,7 @@ \section{Booting the system}
\end{ubootinput}
\fi
\fi
}
Once again, replace \code{<user>} by your actual user name.
Expand Down

0 comments on commit e9f2003

Please sign in to comment.