mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
15 lines
454 B
JSON
15 lines
454 B
JSON
{
|
|
"id": "grub",
|
|
"name": "CoreOS via GRUB2",
|
|
"boot": {
|
|
"kernel": "(http;bootcfg.foo:8080)/assets/coreos/1185.3.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["(http;bootcfg.foo:8080)/assets/coreos/1185.3.0/coreos_production_pxe_image.cpio.gz"],
|
|
"cmdline": {
|
|
"coreos.config.url": "http://bootcfg.foo:8080/ignition",
|
|
"coreos.autologin": "",
|
|
"coreos.first_boot": ""
|
|
}
|
|
},
|
|
"cloud_id": "",
|
|
"ignition_id": "ssh.yaml"
|
|
} |