mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-28 10:19:36 +00:00
14 lines
409 B
JSON
14 lines
409 B
JSON
{
|
|
"id": "simple",
|
|
"name": "Simple CoreOS Alpha",
|
|
"boot": {
|
|
"kernel": "/assets/coreos/1185.1.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["/assets/coreos/1185.1.0/coreos_production_pxe_image.cpio.gz"],
|
|
"cmdline": {
|
|
"coreos.autologin": "",
|
|
"coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}",
|
|
"coreos.first_boot": ""
|
|
}
|
|
},
|
|
"ignition_id": "ssh.yaml"
|
|
} |