mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
Add sample template for linux on zvol
This commit is contained in:
8
sample-templates/linux-zvol.conf
Normal file
8
sample-templates/linux-zvol.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
loader="grub"
|
||||
cpu=1
|
||||
memory=512M
|
||||
network0_type="virtio-net"
|
||||
network0_switch="public"
|
||||
disk0_name="disk0"
|
||||
disk0_dev="sparse-zvol"
|
||||
disk0_type="virtio-blk"
|
||||
Reference in New Issue
Block a user