- Install Butane, which you'll need to convert the human-readable Butane config to a system-readable Ignition config:
- Windows (in cmd)
winget install butane - MacOS (in terminal, requires Homebrew):
brew install butane - Debian/Ubuntu Linux:
sudo apt install butane
- Windows (in cmd)
- Convert the human-readable Butane config to a system-readable Ignition config:
butane --pretty --strict human-config.yaml --output=system-config.ign
Last active
November 2, 2025 18:06
-
-
Save jakelmg/e2a3bb36d603c3f9918ca85fc903de60 to your computer and use it in GitHub Desktop.
Simple instructions for how to convert a Butane human-readable YAML config file for operating systems like Flatcar Container Linux, into a system-readable Ignition json file.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo apt install butane dosn't work on ubuntu 22.04