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"