Add machines to dhcp.
This commit is contained in:
parent
ff02354107
commit
fb9d5e2043
@ -144,7 +144,7 @@ function start_vm {
|
|||||||
|
|
||||||
# TODO: Look into using nmdm instead of stdio for serial console
|
# TODO: Look into using nmdm instead of stdio for serial console
|
||||||
if [ -n "$mount_cd" ]; then
|
if [ -n "$mount_cd" ]; then
|
||||||
additional_args+=("-s" "3,ahci-cd,$mount_cd")
|
additional_args+=("-s" "4,ahci-cd,$mount_cd")
|
||||||
fi
|
fi
|
||||||
if [ "$VNC_ENABLE" = "YES" ]; then
|
if [ "$VNC_ENABLE" = "YES" ]; then
|
||||||
additional_args+=("-s" "29,fbuf,tcp=$VNC_LISTEN,w=1920,h=1080")
|
additional_args+=("-s" "29,fbuf,tcp=$VNC_LISTEN,w=1920,h=1080")
|
||||||
|
@ -68,6 +68,16 @@
|
|||||||
// public_dns
|
// public_dns
|
||||||
"hw-address": "58:9c:fc:10:ff:80",
|
"hw-address": "58:9c:fc:10:ff:80",
|
||||||
"ip-address": "10.215.1.211"
|
"ip-address": "10.215.1.211"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// persistent_volume
|
||||||
|
"hw-address": "58:9c:fc:00:23:7e",
|
||||||
|
"ip-address": "10.215.1.212"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// brianai
|
||||||
|
"hw-address": "06:a6:dc:59:78:12",
|
||||||
|
"ip-address": "10.215.1.215"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user