mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-13 02:09:48 +01:00
Merge pull request #531 from 0x1F680/master
This commit is contained in:
@@ -1,10 +1,17 @@
|
|||||||
loader="grub"
|
loader="uefi"
|
||||||
cpu=1
|
cpu=1
|
||||||
memory=256M
|
memory=512M
|
||||||
network0_type="virtio-net"
|
network0_type="virtio-net"
|
||||||
network0_switch="public"
|
network0_switch="public"
|
||||||
disk0_type="virtio-blk"
|
disk0_type="virtio-blk"
|
||||||
disk0_name="disk0.img"
|
disk0_name="disk0.img"
|
||||||
grub_install0="kopenbsd -h com0 /6.2/amd64/bsd.rd"
|
|
||||||
grub_run0="kopenbsd -h com0 -r sd0a /bsd"
|
|
||||||
bhyve_options="-w"
|
bhyve_options="-w"
|
||||||
|
graphics="yes"
|
||||||
|
xhci_mouse="yes"
|
||||||
|
graphics_res="1600x900"
|
||||||
|
graphics_wait="no"
|
||||||
|
# Uncomment two lines below and download installXX.img, place in vm folder.
|
||||||
|
# Replace XX with OpenBSD version.
|
||||||
|
# You can delete the two lines below when installation is done
|
||||||
|
#disk1_type="virtio-blk"
|
||||||
|
#disk1_name="installXX.img"
|
||||||
|
|||||||
Reference in New Issue
Block a user