diff --git a/src/network.sh b/src/network.sh index 4a2b1f2d..3bfaa2ee 100644 --- a/src/network.sh +++ b/src/network.sh @@ -274,7 +274,9 @@ getInfo html "Initializing network..." if [[ "$DEBUG" == [Yy1]* ]]; then - info "Host: $HOST IP: $IP Gateway: $GATEWAY Interface: $VM_NET_DEV MAC: $VM_NET_MAC" && echo + info "Host: $HOST IP: $IP Gateway: $GATEWAY Interface: $VM_NET_DEV MAC: $VM_NET_MAC" + [ -f /etc/resolv.conf ] && cat /etc/resolv.conf + echo fi if [[ "$DHCP" == [Yy1]* ]]; then