Learn more about cloning repositories
You have read-only access
#!/bin/sh
set -u
set -e
# Add a console on tty1
grep -qE '^tty1::' ${TARGET_DIR}/etc/inittab || \
sed -i '/GENERIC_SERIAL/a\
tty1::respawn:/sbin/getty -L tty1 0 vt100 # HDMI console' ${TARGET_DIR}/etc/inittab
Everything looks good. We'll let you know here if there's anything you should know about.