Configure bhyve.
This commit is contained in:
17
ansible/roles/bhyve/files/arch.conf
Normal file
17
ansible/roles/bhyve/files/arch.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# Use UEFI when booting from a disk
|
||||
loader="uefi"
|
||||
graphics="yes"
|
||||
xhci_mouse="yes"
|
||||
graphics_listen="127.0.0.1"
|
||||
#graphics_listen="10.216.1.1"
|
||||
graphics_res="1920x1080"
|
||||
#prestart=""
|
||||
|
||||
cpu=1
|
||||
memory=1024M
|
||||
network0_type="virtio-net"
|
||||
network0_switch="customswitch"
|
||||
disk0_type="virtio-blk"
|
||||
disk0_name="disk0"
|
||||
disk0_dev="sparse-zvol"
|
||||
virt_random="yes" # virtio-rnd
|
||||
Reference in New Issue
Block a user