Difference between revisions of "Plymouth"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
imported>Aaditya |
imported>Aaditya m (→typos) |
||
Line 22: | Line 22: | ||
== Removal == | == Removal == | ||
4 or 5 steps are neede to remove Plymouth. | 4 or 5 steps are neede to remove Plymouth. They are: | ||
* Remove plymouth hook from ''/etc/mkinitcpio.conf'' | * Remove plymouth hook from ''/etc/mkinitcpio.conf'' | ||
Line 34: | Line 34: | ||
* Configure display manager: [https://forum.manjaro.org/index.php?topic=14213.msg128429#msg128429 For Xfce] or [https://forum.manjaro.org/index.php?topic=14213.msg139844#msg139844 For KDE]. | * Configure display manager: [https://forum.manjaro.org/index.php?topic=14213.msg128429#msg128429 For Xfce] or [https://forum.manjaro.org/index.php?topic=14213.msg139844#msg139844 For KDE]. | ||
After that | After that the plymouth package and its themes can be removed. | ||
== Forum Support == | == Forum Support == | ||
Have a look at the following link: [https://forum.manjaro.org/index.php?topic=14213.0 Plymouth] | Have a look at the following link: [https://forum.manjaro.org/index.php?topic=14213.0 Plymouth] |
Revision as of 19:34, 8 September 2014
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.
The 0.8.10 Manjaro main editions use Plymouth by default.
Installation
The steps from https://wiki.archlinux.org/index.php/Plymouth#Installation apply, except the last step;
To rebuild the initrd image, following command is used:
sudo mkinitcpio -p linux<version>
Here <version>
represents your kernel version. For example,
sudo mkinitcpio -p linux314
Configuration
See https://wiki.archlinux.org/index.php/Plymouth#Configuration
Removal
4 or 5 steps are neede to remove Plymouth. They are:
- Remove plymouth hook from /etc/mkinitcpio.conf
- Regenerate the initramfs for your kernel with sudo mkinitcpio -p linux<version>
- Remove the word splash from the Grub command line options via editing /etc/default/grub
- Update Grub config file with sudo update-grub
After that the plymouth package and its themes can be removed.
Forum Support
Have a look at the following link: Plymouth