blob: cd61e348bf1c135af8e35519579efe004f970bf3 (
plain)
1
2
3
4
5
6
7
8
|
#!ipxe
set flatcar-url https://stable.release.flatcar-linux.net/amd64-usr/1298.6.0
kernel ${flatcar-url}/flatcar_production_pxe.vmlinuz initrd=flatcar_production_pxe_image.cpio.gz flatcar.first_boot=1 ignition.config.url=http://localhost:18888/env/staging/configs/ignition/baremetal
initrd ${flatcar-url}/flatcar_production_pxe_image.cpio.gz
boot
|