Make debugging easier.
This commit is contained in:
parent
683c264650
commit
b7139ded65
@ -9,7 +9,7 @@
|
|||||||
# - zsh
|
# - zsh
|
||||||
# - network
|
# - network
|
||||||
# - sshd
|
# - sshd
|
||||||
- base
|
# - base
|
||||||
# - firewall
|
# - firewall
|
||||||
# - cpu
|
# - cpu
|
||||||
# - ntp
|
# - ntp
|
||||||
@ -27,4 +27,4 @@
|
|||||||
# - fuse
|
# - fuse
|
||||||
# - autofs
|
# - autofs
|
||||||
# - exfat
|
# - exfat
|
||||||
# - bhyve
|
- bhyve
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
loader="uefi"
|
loader="uefi"
|
||||||
graphics="yes"
|
graphics="yes"
|
||||||
xhci_mouse="yes"
|
xhci_mouse="yes"
|
||||||
graphics_listen="127.0.0.1"
|
graphics_listen="0.0.0.0"
|
||||||
|
# graphics_listen="127.0.0.1"
|
||||||
# graphics_listen="10.216.1.1"
|
# graphics_listen="10.216.1.1"
|
||||||
graphics_res="1920x1080"
|
graphics_res="1920x1080"
|
||||||
# graphics_wait="yes"
|
# graphics_wait="yes"
|
||||||
@ -18,7 +19,7 @@ memory=1024M
|
|||||||
|
|
||||||
# Manually specify network device
|
# Manually specify network device
|
||||||
network0_type="virtio-net"
|
network0_type="virtio-net"
|
||||||
network0_device="tap0"
|
network0_device="host_link3"
|
||||||
|
|
||||||
disk0_type="virtio-blk"
|
disk0_type="virtio-blk"
|
||||||
disk0_name="disk0"
|
disk0_name="disk0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user