mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-03-21 19:43:35 +00:00
* Refactor examples to boot provision minimal hosts with Fedora CoreOS or Flatcar Linux * Remove the etcd3 cluster example or other specific kinds of hosts * Update script get-fedora-coreos * Remove script get-coreos
20 lines
574 B
JSON
20 lines
574 B
JSON
{
|
|
"id": "flatcar-install",
|
|
"name": "Flatcar Linux install to disk",
|
|
"boot": {
|
|
"kernel": "/assets/flatcar/2605.6.0/flatcar_production_pxe.vmlinuz",
|
|
"initrd": [
|
|
"/assets/flatcar/2605.6.0/flatcar_production_pxe_image.cpio.gz"
|
|
],
|
|
"args": [
|
|
"initrd=flatcar_production_pxe_image.cpio.gz",
|
|
"flatcar.config.url=http://matchbox.example.com:8080/ignition?uuid=${uuid}&mac=${mac:hexhyp}",
|
|
"flatcar.first_boot=yes",
|
|
"console=tty0",
|
|
"console=ttyS0",
|
|
"flatcar.autologin"
|
|
]
|
|
},
|
|
"ignition_id": "flatcar-install.yaml"
|
|
}
|