feat: Add note for MAC address availability

Added information about deleting 'dsm.mac' file for MAC address generation.
This commit is contained in:
Kroese 2025-09-27 09:48:43 +02:00 committed by GitHub
parent e362c9a8a9
commit eb134c308e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 'dsm.mac' file to generate a different MAC address."
sleep 2
done