On Wed, May 18, 2011 at 02:48:25PM -0300, Ricardo Salveti wrote:
- too many shells started to parse shell scripts
I can see a lot of 'sh', 'cat', 'rm', 'sleep', 'run-parts', I think this could all be optimized.
"run-parts" here is surprising; I'm not aware of anything that should call this in the normal boot sequence. The closest I can think of is update-motd, but that should only trigger as part of a login session, not with an autologin.
I think digging into this further will turn up a bug...