On Mon, Mar 31, 2008 at 4:37 AM, Harald Hoyer <harald redhat com> wrote:
Trying a yum everything install, I found out, that booting now takes endlessly.
# ls /etc/rc.d/rc5.d/S*|wc -l
95
Please review, if the packages really need to be "on" after an install.
# for i in /etc/rc.d/rc5.d/S*; do rpm -qf /etc/init.d/${i/*S[0-9][0-9]/};done | sort -u
<snip>
You've just installed everything. I wouldn't be worried about boot
time as much. Many of these packages, you would expect that someone
wil actually use the services they provide.