8,560
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 19: | Line 19: | ||
If you do not know what value to use, look in the {{ic|/etc/mkinitcpio.d}} directory. It contains all available presets (files with the .preset extension). For example: | If you do not know what value to use, look in the {{ic|/etc/mkinitcpio.d}} directory. It contains all available presets (files with the .preset extension). For example: | ||
sudo mkinitcpio -p linux419 | {{UserCmd|command=sudo mkinitcpio -p linux419}} | ||
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: | 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: | ||
Line 43: | Line 43: | ||
* Remove the word splash & quiet from the Grub command line options via editing ''/etc/default/grub'' | * Remove the word splash & quiet from the Grub command line options via editing ''/etc/default/grub'' | ||
* Update Grub config file with '''sudo update-grub''' | * Update Grub config file with '''{{UserCmd|command=sudo update-grub}}''' | ||
* Configure display manager: | * Configure display manager: | ||
Line 50: | Line 50: | ||
* After that the plymouth package and its themes can be removed. For example: | * After that the plymouth package and its themes can be removed. For example: | ||
sudo pacman -Rsn plymouth plymouth-theme-manjaro-elegant | {{UserCmd|command=sudo pacman -Rsn plymouth plymouth-theme-manjaro-elegant}} | ||