This commit is contained in:
Fritz Grimpen 2025-01-04 04:02:23 +01:00
parent 5f5e661409
commit dafaed4f06
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ bhyve -c "{{ item.0.cpus }}" -m "{{ item.0.ram }}" -w -A -P -H
-s "3,virtio-net,${NIC}"
-s "4,virtio-rnd"
{% for disk in item.0.disks if disk.virtio|default(False) -%}
-s "{{ disk.virtio_slot }},virtio,/dev/zvol/{{ bhyve_pool }}/bhyve/guests/{{ item.0.name }}/{{ disk.name }}"
-s "{{ disk.virtio_slot }},virtio-blk,/dev/zvol/{{ bhyve_pool }}/bhyve/guests/{{ item.0.name }}/{{ disk.name }}"
{% endfor -%}
{% if item.0.password is defined -%}
-s "29,fbuf,tcp=[::1]:${PORT},w=800,h=600,password=${PASS}"