mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 01:18:32 +08:00
MAC variable
This commit is contained in:
parent
c9907f913b
commit
afb6e5713e
@ -8,7 +8,7 @@ set -Eeuo pipefail
|
|||||||
|
|
||||||
: ${VM_NET_TAP:='dsm'}
|
: ${VM_NET_TAP:='dsm'}
|
||||||
: ${VM_NET_DEV:='eth0'}
|
: ${VM_NET_DEV:='eth0'}
|
||||||
: ${VM_NET_MAC:="${MAC}"}
|
: ${VM_NET_MAC:="$MAC"}
|
||||||
: ${VM_NET_HOST:='VirtualDSM'}
|
: ${VM_NET_HOST:='VirtualDSM'}
|
||||||
|
|
||||||
: ${DNS_SERVERS:=''}
|
: ${DNS_SERVERS:=''}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user