harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / board / raspberrypi / post-build.sh
blob5e5eb71100762bc1ac7755b6de4a6bef746256fc
1 #!/bin/sh
3 set -u
4 set -e
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