Hi!
I’m trying to create a bootable usb with several configs to install the RancherOS system and the service rancher agent automatically.
I have a bootable usb with a linux-current.cfg modified, in this file I append this params to boot.
rancher.debug=true rancher.state.autoformat=[/dev/sda] rancher.cloud_init.datasources=[file://usr/share/ros/os-config.yml]
However the system startup and don’t persist anything at hard drive. Also I don’t know how I can save data inside the filesystem of rancheros image to save my cloud-config files
Have a nice day