From db80c4c7fc72d37f6691c87e5a865b2f7aaace4c Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Wed, 15 Jun 2022 15:20:30 -0400 Subject: [PATCH] Update uefi.conf --- uefi.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/uefi.conf b/uefi.conf index 25d5783..33aa4b9 100644 --- a/uefi.conf +++ b/uefi.conf @@ -37,10 +37,11 @@ disk0_type="nvme" disk0_name="disk0.img" # This gives the guest a virtual "optical" drive. disk1_dev="custom" allows -# the use of a full path in disk1_name. +# the use of a full path in disk1_name. Uncomment disk1_name to actually "load a disc" +# into the "drive": disk1_type="ahci-cd" disk1_dev="custom" -disk1_name="/zroot/bhyve/virtio-win.iso" +#disk1_name="/zroot/bhyve/virtio-win.iso" # windows expects the host to expose localtime by default, not UTC utctime="no"