Demo: Bash script that downloads the live iso and embeds your public SSH key

I wrote a simple bash script that downloads the Fedora CoreOS live iso and then
embeds an Ignition file containing your public SSH key:

The bash script makes use of the containers:

Maybe the bash script is useful for others …

2 Likes

Nice, thanks for sharing this! Shows how to put together the tools well.