[bootlin/training-materials updates] master: labs/sysdev-tinysystem: fix inittab syntax (cd035572)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Nov 16 17:08:20 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/cd03557250b61e2f799d0977a222474f1418e6b0

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

commit cd03557250b61e2f799d0977a222474f1418e6b0
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Nov 16 10:45:53 2022 +0100

    labs/sysdev-tinysystem: fix inittab syntax
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

cd03557250b61e2f799d0977a222474f1418e6b0
 labs/sysdev-tinysystem/sysdev-tinysystem.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index c72da87f..a891d451 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -226,7 +226,7 @@ suspend jobs.
 So, to get rid of the warning message, we need \code{init} to run
 \code{/bin/sh} in a real terminal device:
 
-{\tt \ttyname:askfirst:/bin/sh}
+{\tt \ttyname::askfirst:/bin/sh}
 
 Reboot the system and the message will be gone!
 




More information about the training-materials-updates mailing list