diff options
Diffstat (limited to 'roles/vmm/templates/vm.conf.j2')
-rw-r--r-- | roles/vmm/templates/vm.conf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/vmm/templates/vm.conf.j2 b/roles/vmm/templates/vm.conf.j2 index 8653616..32e4316 100644 --- a/roles/vmm/templates/vm.conf.j2 +++ b/roles/vmm/templates/vm.conf.j2 @@ -11,6 +11,9 @@ vm "{{ vm.name }}" { {% if vm.enabled is defined and not vm.enabled %} disable {% endif %} +{% if vm.image == "openbsd" %} + boot "/bsd.vm.{{ vm.name }}" +{% endif %} memory {{ vm.memory }} disk "{{ vmm_disk_dir }}/{{ vm.name }}.{{ vmm_disk_format }}" interface { |