Skip to content

Instantly share code, notes, and snippets.

@felixkrohn
Created January 30, 2020 22:07
Show Gist options
  • Save felixkrohn/b955c9e691c683b991eb31cd19d22357 to your computer and use it in GitHub Desktop.
Save felixkrohn/b955c9e691c683b991eb31cd19d22357 to your computer and use it in GitHub Desktop.

How to install Fedora CoreOS on OVH/SoYouStart/Kimsufi

variant: fcos
version: 1.0.0
passwd:
users:
- name: core
ssh_authorized_keys:
- your ssh pubkey here (complete, in one line)
storage:
files:
- path: /etc/resolv.conf
contents:
inline: |
nameserver 213.186.33.99
#!ipxe
set base http://mydomain/coreos
set kernel kernel
set initrd initrd.img
kernel ${base}/${kernel} initrd=${initrd} ip=dhcp rd.neednet=1 console=tty0 console=ttyS0 coreos.inst.install_dev=/dev/sda coreos.inst.stream=stable coreos.inst.ignition_url=${base}/config.ign
initrd ${base}/${initrd}
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment