repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
harfbuzz: security bump to version 1.4.4
[buildroot-gz.git]
/
board
/
raspberrypi
/
post-build.sh
blob
5e5eb71100762bc1ac7755b6de4a6bef746256fc
1
#!/bin/sh
2
3
set -u
4
set -e
5
6
# Add a console on tty1
7
if
[
-e
${TARGET_DIR}
/
etc
/
inittab
];
then
8
grep
-qE
'^tty1::'
${TARGET_DIR}
/
etc
/
inittab || \
9
sed
-i
'/GENERIC_SERIAL/a\
10
tty1::respawn:/sbin/getty -L tty1 0 vt100 # HDMI console'
${TARGET_DIR}
/
etc
/
inittab
11
fi