Comment 26 for bug 1235231

Revision history for this message
Scott Moser (smoser) wrote :

Theres a plea for review/accept at http://irclogs.ubuntu.com/2013/11/25/%23ubuntu-devel.html#t14:18 that is met with 2 questions:
 a.) why isn't this in plymouth package (because slangasek requested it not be)
 b.) why isn't this in cloud-init package (because its not at all related to cloud-init)

Rbasak mentioned that disabling plymouth does have fallout, for example lightdm is 'start on started plymouth'. Other upstart jobs on my system that mention plymouth are:

$ grep -r plymouth /etc/init -l | grep -v "/plymouth"
/etc/init/console-font.conf
/etc/init/lightdm.conf
/etc/init/failsafe.conf
/etc/init/setvtrgb.conf
/etc/init/mountall.conf
/etc/init/friendly-recovery.conf

lightdm and failsafe are the ones that seem most worrysome there.