mirror of
https://github.com/churchers/vm-bhyve.git
synced 2026-01-04 12:03:44 +01:00
Add template for CoreOS.
It requires a bit more RAM than the others.
This commit is contained in:
10
sample-templates/coreos.conf
Normal file
10
sample-templates/coreos.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
loader="grub"
|
||||
cpu=1
|
||||
memory=1024M
|
||||
network0_type="virtio-net"
|
||||
network0_switch="public"
|
||||
disk0_type="virtio-blk"
|
||||
disk0_name="disk0.img"
|
||||
grub_install0="linux /coreos/vmlinuz coreos.autologin"
|
||||
grub_install1="initrd /coreos/cpio.gz"
|
||||
grub_run0="linux /coreos/vmlinuz-a ro root=LABEL=ROOT usr=LABEL=USR-A coreos.autologin"
|
||||
Reference in New Issue
Block a user