Files
matchbox/examples/profiles/install-reboot.json
2017-11-20 13:46:02 -08:00

18 lines
564 B
JSON

{
"id": "install-reboot",
"name": "Install CoreOS Container Linux and Reboot",
"boot": {
"kernel": "/assets/coreos/1520.8.0/coreos_production_pxe.vmlinuz",
"initrd": ["/assets/coreos/1520.8.0/coreos_production_pxe_image.cpio.gz"],
"args": [
"initrd=coreos_production_pxe_image.cpio.gz",
"coreos.config.url=http://matchbox.example.com:8080/ignition?uuid=${uuid}&mac=${mac:hexhyp}",
"coreos.first_boot=yes",
"console=tty0",
"console=ttyS0",
"coreos.autologin"
]
},
"ignition_id": "install-reboot.yaml"
}