Webconverger / webc

Webconverger's curated chroot from which updates originate
https://webconverger.org/upgrade/
73 stars 37 forks source link

Plymouth, boot & shutdown messages #61

Closed kaihendry closed 12 years ago

kaihendry commented 12 years ago

Shutdown sucks

I removed Plymouth here: https://github.com/Webconverger/webc/commit/1e36130c11cda4d4f412a0597608020be769ba00

And now the shutdown message is very ugly.

Another case is dhclient running with webconverger.org/wireless configurations.

kaihendry commented 12 years ago

Seeing ugly inotifywait messages on shut down :(

kaihendry commented 12 years ago

Untitled

kaihendry commented 12 years ago

bin/plymouth lib/libply-splash-core.so.2.0.0 lib/libply.so.2.0.0 sbin/plymouthd usr/lib/libply-boot-client.so.2.0.0 usr/lib/plymouth/details.so usr/lib/plymouth/plymouth/plymouth-populate-initrd usr/lib/plymouth/text.so usr/sbin/plymouth-set-default-theme

Quite a few binaries, also it needs to be compiled into initrd. All I want to do is hide bootup and shutdown text. https://github.com/Webconverger/webc/issues/61

Problems: 1) i915 error message 2) ifup with dhclient output messages, invoked in https://github.com/Webconverger/webc/blob/master/etc/init.d/webconverger#L63 3) inotifywait terminated message

matthijskooijman commented 12 years ago

You're saying that, without plymouth, you're still seeing the startup messages?

kaihendry commented 12 years ago

No, I'm saying with Plymouth I'm seeing starting messages (ifup) and a inotifywait terminated message on shutdown.

I've been waiting for Daniel to push new packages of Plymouth before pushing a new state to the repo. However with 0.8.3 I haven't any success quashing those annoying messages.