diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex index ea33e60839..3b6568a602 100644 --- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex +++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex @@ -86,21 +86,18 @@ \section{Booting the system} \begin{ubootinput} => setenv bootargs ${bootargs} root=/dev/nfs ip=192.168.0.100:::::usb0 g_ether.dev_addr=f8:dc:7a:00:00:02 g_ether.host_addr=f8:dc:7a:00:00:01 - nfsroot=192.168.0.1:/home//__SESSION_NAME__-labs/tinysystem/nfsroot, - nfsvers=3,tcp rw + nfsroot=192.168.0.1:/home//__SESSION_NAME__-labs/tinysystem/nfsroot,nfsvers=3,tcp rw \end{ubootinput} \else \if\defstring{\labboard}{beagleplay} \begin{ubootinput} => setenv bootargs ${bootargs} root=/dev/nfs ip=192.168.0.100:::::eth0 - nfsroot=192.168.0.1:/home//__SESSION_NAME__-labs/tinysystem/ - nfsroot,nfsvers=3,tcp rw + nfsroot=192.168.0.1:/home//__SESSION_NAME__-labs/tinysystem/nfsroot,nfsvers=3,tcp rw \end{ubootinput} \else \begin{ubootinput} => setenv bootargs ${bootargs} root=/dev/nfs ip=192.168.0.100 - nfsroot=192.168.0.1:/home//__SESSION_NAME__-labs/tinysystem/nfsroot, - nfsvers=3,tcp rw + nfsroot=192.168.0.1:/home//__SESSION_NAME__-labs/tinysystem/nfsroot,nfsvers=3,tcp rw \end{ubootinput} \fi \fi