From: Manfred Hollstein (manfred_at_die-hollsteins.de)
Date: Tue Jan 02 2007 - 16:40:25 CET
Date: Tue, 2 Jan 2007 16:40:25 +0100 From: Manfred Hollstein <manfred@die-hollsteins.de> Message-ID: <20070102154025.GB8181@saturn.hollstein.homelinux.org> Subject: Re: [suse-sles-e] chkconfig boot.local always returns off
Hi there,
On Tue, 02 Jan 2007, 16:33:15 +0100, C'est Pierre wrote:
> Hello all,
>
> I'm having this issue, I wrote a few "post-boot" lines on boot.local and did
> a "chkconfig boot.local on", however, it never gets on.
>
> See, for example:
>
> # chkconfig boot.local
> boot.local off
> # chkconfig boot.local on
> # chkconfig boot.local
> boot.local off
>
> Any ideas how to correct this?
No need to worry. boot.local is independant of the chkconfig/insserv
machinery. This is an excerpt from /etc/init.d/boot (on my SLES 10
system):
#
# Start user defined bootup script.
#
if test -f /etc/init.d/boot.local ; then
echo -n "System Boot Control: "
echo "Running /etc/init.d/boot.local"
/bin/sh /etc/init.d/boot.local
rc_status -v1 -r
splashtrigger "boot.local"
fi
So, if you watched the output during the boot of your system, you should
have seen something like:
Running /etc/init.d/boot.local
FWIW, there's also a lot of detailed information about the boot process
in /etc/init.d/README .
> Thanks,
HTH, cheers.
l8er
manfred
---------------------------------------------------------------------
To unsubscribe, e-mail: suse-sles-e-unsubscribe@suse.com
For additional commands, e-mail: suse-sles-e-help@suse.com
This archive was generated by hypermail 2.1.7 : Tue Jan 02 2007 - 18:44:34 CET