Files
matchbox/examples/profiles/simple-install.json
2016-10-16 16:25:26 -07:00

14 lines
458 B
JSON

{
"id": "simple-install",
"name": "Simple CoreOS Alpha Install",
"boot": {
"kernel": "/assets/coreos/1185.1.0/coreos_production_pxe.vmlinuz",
"initrd": ["/assets/coreos/1185.1.0/coreos_production_pxe_image.cpio.gz"],
"cmdline": {
"coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}",
"coreos.autologin": "",
"coreos.first_boot": ""
}
},
"ignition_id": "install-reboot.yaml"
}