mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 09:20:17 +01:00
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
loader="grub"
|
|
cpu=1
|
|
memory=512M
|
|
network0_type="virtio-net"
|
|
network0_switch="public"
|
|
disk0_type="virtio-blk"
|
|
disk0_name="disk0.img"
|
|
grub_install0="linux /arch/boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_201611 ro"
|
|
grub_install1="initrd /arch/boot/x86_64/archiso.img"
|