mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* Verify all examples and docs work correctly * Exclude contrib k8s and systemd which will be updated and verified in a followup commit
16 lines
474 B
JSON
16 lines
474 B
JSON
{
|
|
"id": "grub",
|
|
"name": "CoreOS via GRUB2",
|
|
"boot": {
|
|
"kernel": "(http;matchbox.foo:8080)/assets/coreos/1185.3.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["(http;matchbox.foo:8080)/assets/coreos/1185.3.0/coreos_production_pxe_image.cpio.gz"],
|
|
"args": [
|
|
"coreos.config.url=http://matchbox.foo:8080/ignition",
|
|
"coreos.first_boot=yes",
|
|
"console=tty0",
|
|
"console=ttyS0",
|
|
"coreos.autologin"
|
|
]
|
|
},
|
|
"ignition_id": "ssh.yaml"
|
|
} |