[FE training-materials-updates] sysdev labs: don't ask to create /dev/ttyO2

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Oct 11 12:11:26 CEST 2013


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

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

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

commit 067bdec20242e3f2bc523f9e9fb5fb356500496b
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Oct 11 12:10:31 2013 +0200

    sysdev labs: don't ask to create /dev/ttyO2
    
    - Taken care of by devtmpfs
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

067bdec20242e3f2bc523f9e9fb5fb356500496b
 .../sysdev-application-debugging.tex               |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-application-debugging/sysdev-application-debugging.tex b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
index 30ee670..6cc5dcc 100644
--- a/labs/sysdev-application-debugging/sysdev-application-debugging.tex
+++ b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
@@ -52,10 +52,8 @@ ttyO2::askfirst:/bin/sh
 \end{verbatim}
 to tell the \code{init} program to start the shell on \code{/dev/ttyO2}
 
-Also create \code{/dev/ttyO2} (find the major number in
-\code{/proc/devices}, minor 2) and reboot. You should no longer see
-the \code{Job control turned off} warning, and should be able to use
-\code{[Ctrl] [C]}.
+Now reboot. You should no longer see the \code{Job control turned off}
+warning, and should be able to use \code{[Ctrl] [C]}.
 
 \section{Using strace}
 



More information about the training-materials-updates mailing list