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