[Buildroot] Init and Supervisor start. Help please.

Lennart Ramberg ramberg.lennart at gmail.com
Tue Nov 18 14:01:38 UTC 2014


Hi,

How should supervisor be automatically started?
Is the below way to go (kiosk mode) in principle right?

/boot/grub/grub.cfg:

set default="0"
set timeout="5"

menuentry "Buildroot" {
    linux /bzImage root=/dev/sda1 init=/usr/bin/supervisord
}

Setting init=/myprogram worked as expected. But but experimenting
with letting supervisord start myprogram just caused kernel panic,
so maybe I'm heading the wrong way?

Using Buildroot_2014.08.

Thanks in advance.
Lennart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20141118/b472dd5e/attachment.html>


More information about the buildroot mailing list