Unverified Commit 3d2bdd4f authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Add note for MAC address availability (#846)

Added instruction to delete the .mac file if cloned.
parent dee793bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ configureDHCP() {

  while ! ip link set "$VM_NET_TAP" up; do
    info "Waiting for MAC address $VM_NET_MAC to become available..."
    info "If you cloned this machine, please delete the '$PROCESS.mac' file to generate a different MAC address."
    sleep 2
  done