From b55ca7c10f0c0cc67e3fc428f2bb1eaad0cd2798 Mon Sep 17 00:00:00 2001 From: Fritz Grimpen Date: Sat, 4 Jan 2025 04:20:41 +0100 Subject: [PATCH] =?UTF-8?q?VM-Name=20an=20bhyve=20als=20Argument=20=C3=BCb?= =?UTF-8?q?ergeben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/bhyve-s6/templates/bhyve/run.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bhyve-s6/templates/bhyve/run.j2 b/roles/bhyve-s6/templates/bhyve/run.j2 index c60ad65..f8508a9 100644 --- a/roles/bhyve-s6/templates/bhyve/run.j2 +++ b/roles/bhyve-s6/templates/bhyve/run.j2 @@ -43,3 +43,4 @@ bhyve -c "{{ item.0.cpus }}" -m "{{ item.0.ram }}" -w -A -P -H -s "31,lpc" -l "com1,/dev/${COM}" -l "bootrom,${ROM}" + "${NAME}"