mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* Discontinue using Matchbox's Container Linux Config features * Flatcar Linux OS now supports Ignition v2.13+ which means it can accept Ignition v3.x spec's, like Fedora CoreOS. Matchbox supports this by serving Ignition documents directly * Users of the poseidon/matchbox Terraform provider can pass a `matchbox_profile` `raw_ignition` contents with the desired Ignition v3.3 spec * Users of the poseidon/ct Terraform provider can write Butane Config YAML, perform templating, and render an Ignition document using either the fcos or the flatcar variant
18 lines
496 B
JSON
18 lines
496 B
JSON
{
|
|
"id": "flatcar",
|
|
"name": "Flatcar Linux",
|
|
"boot": {
|
|
"kernel": "/assets/flatcar/3227.2.0/flatcar_production_pxe.vmlinuz",
|
|
"initrd": [
|
|
"/assets/flatcar/3227.2.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",
|
|
"flatcar.autologin"
|
|
]
|
|
},
|
|
"ignition_id": "flatcar.ign"
|
|
}
|