[FE training-materials-updates] sysdev-thirdparty: we also need to create the tty2 node

Gregory Clement gregory.clement at free-electrons.com
Thu Apr 10 16:18:44 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=1fe46d1df91544c3f3a339f44e840c5dd23cd726

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

commit 1fe46d1df91544c3f3a339f44e840c5dd23cd726
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Thu Apr 10 09:52:30 2014 +0000

    sysdev-thirdparty: we also need to create the tty2 node
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

1fe46d1df91544c3f3a339f44e840c5dd23cd726
 labs/sysdev-thirdparty/sysdev-thirdparty.tex |    1 +
 1 file changed, 1 insertion(+)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index adfac9d..b24668b 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -973,6 +973,7 @@ Next executing the application will complain about missing
 
 \begin{verbatim}
 sudo mknod target/dev/tty0 c 4 0
+sudo mknod target/dev/tty2 c 4 2
 sudo mknod target/dev/tty5 c 4 5
 \end{verbatim}
 



More information about the training-materials-updates mailing list