From ee7a3e4e7b4816bca24c3c87417e08fdd2949483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 8 Dec 2021 19:17:15 +0000 Subject: roles/vmm: Guest kernel path is more concise --- roles/vmm/templates/vm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/vmm/templates') diff --git a/roles/vmm/templates/vm.conf.j2 b/roles/vmm/templates/vm.conf.j2 index 32e4316..df15c7b 100644 --- a/roles/vmm/templates/vm.conf.j2 +++ b/roles/vmm/templates/vm.conf.j2 @@ -12,7 +12,7 @@ vm "{{ vm.name }}" { disable {% endif %} {% if vm.image == "openbsd" %} - boot "/bsd.vm.{{ vm.name }}" + boot "{{ vmm_image_openbsd_kernel_prefix }}.{{ vm.name }}" {% endif %} memory {{ vm.memory }} disk "{{ vmm_disk_dir }}/{{ vm.name }}.{{ vmm_disk_format }}" -- cgit v1.2.3