mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-12 09:51:02 +01:00
About time to update windows template to default to graphics support
Most users are far better off installing this way if possible Note I do suggest downloading a virtio-net driver and changing the network adapter once it's up and running.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
uefi="yes"
|
||||
cpu=1
|
||||
graphics="yes"
|
||||
xhci_mouse="yes"
|
||||
cpu=2
|
||||
memory=2G
|
||||
network0_type="virtio-net"
|
||||
network0_type="e1000"
|
||||
network0_switch="public"
|
||||
disk0_type="ahci-hd"
|
||||
disk0_name="disk0.img"
|
||||
|
||||
Reference in New Issue
Block a user