This commit is contained in:
Fritz Grimpen 2025-01-04 03:45:26 +01:00
parent da0941bdef
commit 5f5e661409
1 changed files with 1 additions and 1 deletions

View File

@ -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}"