mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
16 lines
489 B
JSON
16 lines
489 B
JSON
{
|
|
"id": "simple-install",
|
|
"name": "Simple CoreOS Alpha Install",
|
|
"boot": {
|
|
"kernel": "/assets/coreos/1298.7.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["/assets/coreos/1298.7.0/coreos_production_pxe_image.cpio.gz"],
|
|
"args": [
|
|
"coreos.config.url=http://matchbox.foo:8080/ignition?uuid=${uuid}&mac=${mac:hexhyp}",
|
|
"coreos.first_boot=yes",
|
|
"console=tty0",
|
|
"console=ttyS0",
|
|
"coreos.autologin"
|
|
]
|
|
},
|
|
"ignition_id": "install-reboot.yaml"
|
|
} |