mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 01:11:23 +00:00
dnsfix: don't run it in a Hyper-V VM
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -10,6 +10,8 @@ depend()
|
||||
|
||||
start()
|
||||
{
|
||||
[ -d /sys/bus/vmbus ] && exit 0
|
||||
|
||||
ebegin "Testing DNS resolution"
|
||||
|
||||
ifconfig eth0 2>1 >/dev/null && \
|
||||
|
Reference in New Issue
Block a user