Difference between revisions of "Plymouth"
Added a bit about including the "splash" in the grub options
imported>TobiasF m |
imported>SamwiseFilmore (Added a bit about including the "splash" in the grub options) |
||
Line 17: | Line 17: | ||
sudo mkinitcpio -p linux49 | sudo mkinitcpio -p linux49 | ||
Note that in order to enable Plymouth on boot you must edit {{ic|/etc/default/grub}} and add the word "''splash''" to the list of arguments for the following line, as shown: | |||
GRUB_CMDLINE_LINUX_DEFAULT="quiet" | |||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" | |||
Make sure not to remove anything else that may already be there. | |||
== Configuration == | == Configuration == |