From 9bf0875ad92376e80c4c9e2a5238156e903ff604 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 1 Nov 2022 23:10:49 -0400 Subject: [PATCH] Commenting out the network makes it work. --- ansible/roles/bhyve/files/arch.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/bhyve/files/arch.conf b/ansible/roles/bhyve/files/arch.conf index 4dd1422..c015c57 100644 --- a/ansible/roles/bhyve/files/arch.conf +++ b/ansible/roles/bhyve/files/arch.conf @@ -18,8 +18,8 @@ memory=1024M # network0_switch="customswitch" # Manually specify network device -network0_type="virtio-net" -network0_device="host_link3" +# network0_type="virtio-net" +# network0_device="host_link3" disk0_type="virtio-blk" disk0_name="disk0"