How do I get the config to auto switch to debian console?
In cloud-config.yml I have the following
rancher:
console: debian
However that only enables it leaving “current default”
I tried using the run “runcmd” however that fails as network isn’t loaded at that stage.
I would like to get it to switch so I can run some auto installs from APT package manager.
Thanks