There's an excellent "using Cubic" guide already posted, but it didn't get into how to configure services in the Cubic chroot. For instance, I would like to pre-configure a RabbitMQ server so that it's ready-to-use after the .iso has been installed, but commands like:
service rabbitmq-server start
are met with responses like:
Running in chroot, ignoring request: is-active
Running in chroot, ignoring request: show ...
Running in chroot, ignoring request: show
Running in chroot, ignoring request: start
Is it feasible to pre-configure a custom service to be running on first boot (or first login) after installing an .iso made with Cubic?
If so, what's an efficient approach?
Thanks,