https://github.com/noobping/ignition
My Fedora CoreOS Ignition files
https://github.com/noobping/ignition
butane fcos fedora ignition linux
Last synced: 5 months ago
JSON representation
My Fedora CoreOS Ignition files
- Host: GitHub
- URL: https://github.com/noobping/ignition
- Owner: noobping
- License: mit
- Created: 2025-08-14T19:18:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-24T18:29:41.000Z (5 months ago)
- Last Synced: 2025-08-24T18:48:34.226Z (5 months ago)
- Topics: butane, fcos, fedora, ignition, linux
- Language: Shell
- Homepage: http://ign.noobping.dev/
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/noobping/ignition/actions/workflows/build-ignition.yml)
This repo builds an ignition file (`fcos.ign`) from Butane and integrates it into a network boot environment:
```sh
podman run --rm -p 80:80 -p 69:69/udp ghcr.io/noobping/pxeboot:latest
```
Make sure to add a DNS record for `pxe.boot` on the internal DNS server.
In the DHCP configuration, set the boot file to either `amd.efi` or `arm.efi`, and use the IP address resolved from `pxe.boot`.