Hello!
I am trying to automate the installation of the RancherOS on a virtual machine.
The route I took involves booting the RancherOS via iPXE (which works fine) with a custom cloud-config file (generated by Foreman) and after running the ros install command.
I’m not sure how to automatically call the ros install command during iPXE boot; I looked at: https://github.com/rancher/os/issues/446#issuecomment-131446590 and I’m thinking to run a command via a container like they does, but how to ensure that the container starts only once and not at every boot?
Is there any better way to automate the RancherOS install?
Thank you,
Virgil