Skip to content

Instantly share code, notes, and snippets.

@gdamjan
Last active January 19, 2020 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdamjan/ea01da39c9590c7f247b9829315c5550 to your computer and use it in GitHub Desktop.
Save gdamjan/ea01da39c9590c7f247b9829315c5550 to your computer and use it in GitHub Desktop.
Fedora CoreOS ignition config
variant: fcos
version: 1.0.0
passwd:
users:
- name: core
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA9N7SvvPh6I1aDZGFuQ4434MVMAfZiRarohBri2k7mo damjan
groups:
- wheel
- podman
groups:
- name: podman
###
#
# Compile to an ignition file with fcct (https://github.com/coreos/fcct)
# ./bin/amd64/fcct --strict --pretty --input ~/fcos.yaml --output ~/fcos.ign
# see also:
# https://coreos.com/os/docs/latest/booting-with-libvirt.html
# https://coreos.com/os/docs/latest/booting-with-qemu.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment