[OE-core] about the qemu net interface name

Ni Qingliang niqingliang at insigma.com.cn
Fri Nov 4 02:50:12 UTC 2011


file: scripts/runqemu-internal
line153: POSSIBLE=`$IFCONFIG -a|grep '^tap' | awk `{print $1}'`

on archlinux, I got that:
tap0:
tap1:

maybe it should be:
tap0
tap1

Is it right?

so I change it to
POSSIBLE=`$IFCONFIG -a|grep '^tap' | awk `{print $1}' | sed 's/:$//'`

-- 
Yi Qingliang
niqingliang at insigma.com.cn
https://niqingliang2003.wordpress.com





More information about the Openembedded-core mailing list