mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-05 05:04:45 +02:00
4 lines
165 B
Bash
4 lines
165 B
Bash
# Mohonpeak uses only S1 for serial, so remove S0 and S2
|
|
sed -i '/start_getty.\+ttyS0/d' /tgt_root/etc/inittab
|
|
sed -i '/start_getty.\+ttyS2/d' /tgt_root/etc/inittab
|