mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-10-13 06:04:58 +08:00
feat: Add note for MAC address availability (#1024)
This commit is contained in:
parent
e362c9a8a9
commit
521beedf1c
@ -67,6 +67,7 @@ configureDHCP() {
|
|||||||
|
|
||||||
while ! ip link set "$VM_NET_TAP" up; do
|
while ! ip link set "$VM_NET_TAP" up; do
|
||||||
info "Waiting for MAC address $VM_NET_MAC to become available..."
|
info "Waiting for MAC address $VM_NET_MAC to become available..."
|
||||||
|
info "If you cloned this machine, please delete the 'dsm.mac' file to generate a different MAC address."
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user