Comment 79 for bug 543506

Revision history for this message
Mike Bianchi (mbianchi-foveal) wrote : Re: <OK> [Bug 543506] Re: Some services not started on boot, runlevel returns "unknown"

On Fri, Jun 04, 2010 at 02:29:49AM -0000, Francisco.X wrote:
> :
> In the old init.d system, it was easy for me to add something like an
> echo or syslog message to any script to know when it was being executed.
> How can I do the same so I can know if /etc/init/rc-sysinit.conf is even
> run during boot?

See Bug #581291.

To get entries in /var/log/boot.lob I've been running with

    init='/sbin/init --verbose'

added to the linux /boot/vmlinuz/... line in /boot/grub/grub.cfg .
Modifying /etc/default/grub is one way to do that.