Re: [yocto] How to disable dropbear start on boot

2017-10-27 Thread Bastian Ruppert
> How to disable dropbear start on boot? Perhaps changes on INITSCRIPT_PARAMS in the original recipe are possible. > And what ist the preferred way to change DROPBEAR_RSAKEY_DEFAULT? Using devtool and modify the orig recipe is possible. -- ___

[yocto] How to disable dropbear start on boot

2017-10-26 Thread Bastian Ruppert
Hello, we have a Yocto 2.2 image with image-feature read-only-rootfs and ssh-server-dropbear. On every boot dropbear starts and generates keys in /var/lib/dropbear/ . We like to enable dropbear on demand. How to disable dropbear start on boot? And what ist the preferred way to change