<div dir="ltr">Hi,<br><br>How should supervisor be automatically started?<br>Is the below way to go (kiosk mode) in principle right?<br><br>/boot/grub/grub.cfg:<br><br>set default="0"<br>set timeout="5"<br><br>menuentry "Buildroot" {<br>    linux /bzImage root=/dev/sda1 init=/usr/bin/supervisord<br>}<br><br>Setting init=/myprogram worked as expected. But but experimenting<br>with letting supervisord start myprogram just caused kernel panic,<br>so maybe I'm heading the wrong way?<br><br>Using Buildroot_2014.08.<br><br>Thanks in advance.<br>Lennart<br><br></div>