Provides a graphical boot animation while the boot process happens in the background https://www.freedesktop.org/wiki/Software/Plymouth/
Go to file
Silvan Calarco fdd119e036 added patch to quit with --retain-splash
added plymouth-[sddm,kdm,ldxm,gdm] systemd service [release 0.9.3-2mamba;Thu Oct 26 2017]
2024-01-06 10:21:50 +01:00
initrd-functions remove dir /var/run/plymouth [release 0.8.8-5mamba;Sat Aug 10 2013] 2024-01-06 10:21:49 +01:00
plymouth-0.8.3-fix_tty1_echo.patch remove dir /var/run/plymouth [release 0.8.8-5mamba;Sat Aug 10 2013] 2024-01-06 10:21:49 +01:00
plymouth-0.8.3-libpng-1.4.patch remove dir /var/run/plymouth [release 0.8.8-5mamba;Sat Aug 10 2013] 2024-01-06 10:21:49 +01:00
plymouth-0.8.5-dont_disable_fb_if_console_cmdline_is_passed.patch remove dir /var/run/plymouth [release 0.8.8-5mamba;Sat Aug 10 2013] 2024-01-06 10:21:49 +01:00
plymouth-0.8.8-fix-crash-on-deactivate.patch remove dir /var/run/plymouth [release 0.8.8-5mamba;Sat Aug 10 2013] 2024-01-06 10:21:49 +01:00
plymouth-0.9.2.20150815git-ensure-start-drm-before-plymouth.patch plymouth-start.service: patched to trigger udev drm drivers before running plymouthd 2024-01-06 10:21:50 +01:00
plymouth-0.9.3-quit-retain-splash.patch added patch to quit with --retain-splash 2024-01-06 10:21:50 +01:00
plymouth-0.9.3.20160705git-disable_ShowDelay.patch update to 0.9.3.20160705git [release 0.9.3.20160705git-1mamba;Tue Jul 05 2016] 2024-01-06 10:21:50 +01:00
plymouth-gdm.service added patch to quit with --retain-splash 2024-01-06 10:21:50 +01:00
plymouth-kdm.service added patch to quit with --retain-splash 2024-01-06 10:21:50 +01:00
plymouth-lxdm.service added patch to quit with --retain-splash 2024-01-06 10:21:50 +01:00
plymouth-sddm.service added patch to quit with --retain-splash 2024-01-06 10:21:50 +01:00
plymouth.spec added patch to quit with --retain-splash 2024-01-06 10:21:50 +01:00
README.md remove dir /var/run/plymouth [release 0.8.8-5mamba;Sat Aug 10 2013] 2024-01-06 10:21:49 +01:00

plymouth

Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. It is designed to work on systems with DRM modesetting drivers. The idea is that early on in the boot process the native mode for the computer is set, plymouth uses that mode, and that mode stays throughout the entire boot process up to and after X starts. Ideally, the goal is to get rid of all flicker during startup. For systems that don't have DRM mode settings drivers, plymouth falls back to text mode (it can also use a legacy /dev/fb interface). In either text or graphics mode, the boot messages are completely occluded. After the root file system is mounted read-write, the messages are dumped to /var/log/boot.log. Also, the user can see the messages at any time during boot up by hitting the escape key.