diff --git a/roles/bhyve-s6/templates/bhyve/run.j2 b/roles/bhyve-s6/templates/bhyve/run.j2 index d71c6dd..562b900 100644 --- a/roles/bhyve-s6/templates/bhyve/run.j2 +++ b/roles/bhyve-s6/templates/bhyve/run.j2 @@ -29,7 +29,7 @@ foreground { fdmove -c 1 2 echo "bhyve-${NAME}: Starting VM ${NAME} with ${CPUS} s6-notifyoncheck -d -w 100 -n 70 fdmove -c 2 1 -bhyve -c "{{ item.0.cpus }}" -m "{{ item.0.ram }}" -w -A -P -h +bhyve -c "{{ item.0.cpus }}" -m "{{ item.0.ram }}" -w -A -P -H -s "0,amd_hostbridge" -s "2:0,ahci${AHCI}" -s "3,virtio-net,${NIC}"