Install RancherOS to disk
- Download iso from RancherOS Release site
- Write the iso to an USB stick. E.G. with Etcher
- Boot from USB stick into rancher os.
- Create a cloud-config.yml that looks like
Notes: You can find the ssh key at ~/.ssh/#cloud-config ssh_authorized_keys: - ssh-rsa <your public ssh key here> hostname: rancheros-cd01
if there is no key use
ssh-keygen -t rsa -b 4096 In the rancheros console usescp user@your-maschine:cloud-config.yml cloud-config-ymlto copy the cloud-config to the rancheros maschine.Install rancheros to disk usingsudo ros install -c coud-config.yml -d /dev/sdaRebootFrom your maschine log into the rancheros maschine usingssh -i ~/.ssh/<your-private-key-file> rancher@<ip-of-rancheros-maschine>