mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
initscripts: show banner when console is on serial - close #3767 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4202 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
+2
@@ -8,6 +8,8 @@ if ( > /dev/tty0 ) 2>/dev/null; then
|
|||||||
vtmaster=/dev/tty0
|
vtmaster=/dev/tty0
|
||||||
elif ( > /dev/vc/0 ) 2>/dev/null; then
|
elif ( > /dev/vc/0 ) 2>/dev/null; then
|
||||||
vtmaster=/dev/vc/0
|
vtmaster=/dev/vc/0
|
||||||
|
elif ( > /dev/console ) 2>/dev/null; then
|
||||||
|
vtmaster=/dev/console
|
||||||
else
|
else
|
||||||
vtmaster=/dev/null
|
vtmaster=/dev/null
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ PRIORITY = "required"
|
|||||||
DEPENDS = "makedevs"
|
DEPENDS = "makedevs"
|
||||||
RDEPENDS = "makedevs"
|
RDEPENDS = "makedevs"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PR = "r102"
|
PR = "r103"
|
||||||
|
|
||||||
SRC_URI = "file://functions \
|
SRC_URI = "file://functions \
|
||||||
file://halt \
|
file://halt \
|
||||||
|
|||||||
Reference in New Issue
Block a user