summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/rmc/boards/nucgen6/POSTINSTALL.sh
blob: bec3be42c3af9ca48f3cdc84ee95e49148da61ef (plain)
1
2
3
4
5
6
7
# NUC Gen 6 specific retouch after RMC deployment

# The generated inittab from OE build causes error messages:
# "auth.err getty[615]: tcgetattr: Input/output error"
# in /var/log/messages because NUC Gen 6 doesn't have any
# serial tty. We delete line(s) here on target.
sed -i '/start_getty.\+ttyS.*/d' /tgt_root/etc/inittab