Manjaro Difference between revisions of "Plymouth"

Difference between revisions of "Plymouth"

From Manjaro
imported>Philm
imported>SamwiseFilmore
(Cleared up why the last step is different, provided a path to look under, and updated example.)
Line 8: Line 8:
Plymouth is available from the Manjaro repositories. However, some steps need to be followed to set it up properly.
Plymouth is available from the Manjaro repositories. However, some steps need to be followed to set it up properly.


The steps from https://wiki.archlinux.org/index.php/Plymouth#Installation apply, except the last step;
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:
When rebuilding the initrd image, the "linux" preset does not exist. Use the one that corresponds to you kernel version:


  sudo mkinitcpio -p linux<version>
  sudo mkinitcpio -p linux<version>


Here {{ic|<version>}} represents your kernel version. For example,
If you do not know what value to use, look in {{ic|/etc/mkinitcpio}}. It contains all available presets. For example,


  sudo mkinitcpio -p linux314
  sudo mkinitcpio -p linux49


== Configuration ==
== Configuration ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.