feat: Print MAC address (#408)

This commit is contained in:
Kroese 2024-01-30 04:34:45 +01:00 committed by GitHub
parent 2d0f169892
commit 868718df33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ configureDHCP() {
fi
while ! ip link set "$VM_NET_TAP" up; do
info "Waiting for MAC address to become available..."
info "Waiting for MAC address $VM_NET_MAC to become available..."
sleep 2
done