mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* Regenerate example Ignition using fcct v0.18.0 to produce Ignition spec v3.4.0 as a followup to https://github.com/poseidon/matchbox/pull/1079 * Fix one profile example where a double escape isn't needed
18 lines
671 B
JSON
18 lines
671 B
JSON
{
|
|
"id": "fedora-coreos-install",
|
|
"name": "Fedora CoreOS install to disk",
|
|
"boot": {
|
|
"kernel": "/assets/fedora-coreos/fedora-coreos-36.20220906.3.2-live-kernel-x86_64",
|
|
"initrd": [
|
|
"--name main /assets/fedora-coreos/fedora-coreos-36.20220906.3.2-live-initramfs.x86_64.img"
|
|
],
|
|
"args": [
|
|
"initrd=main",
|
|
"coreos.live.rootfs_url=http://matchbox.example.com:8080/assets/fedora-coreos/fedora-coreos-36.20220906.3.2-live-rootfs.x86_64.img",
|
|
"coreos.inst.install_dev=/dev/vda",
|
|
"coreos.inst.ignition_url=http://matchbox.example.com:8080/ignition?uuid=${uuid}&mac=${mac:hexhyp}"
|
|
]
|
|
},
|
|
"ignition_id": "fedora-coreos.ign"
|
|
}
|