Commit b6968b42 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

MAC variable

parent 8964bc29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ set -Eeuo pipefail
: ${VM_NET_TAP:='qemu'}
: ${VM_NET_DEV:='eth0'}
: ${VM_NET_HOST:='QEMU'}
: ${VM_NET_MAC:="${MAC}"}
: ${VM_NET_MAC:="$MAC"}

: ${DNS_SERVERS:=''}
: ${DNSMASQ_OPTS:=''}