An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Ignition](https://github.com/noobping/ignition/actions/workflows/build-ignition.yml/badge.svg)](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`.