updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / plymouth-git / plymouth-git.install
blob6d798519ed4c0c86ac79e797569017c028c161d0
1 post_install() {
2 cat <<EOT
4 ==================================================================================
5 1. To make Plymouth work:
6      1.1. Add "plymouth" to HOOKS after "base" and "udev" in /etc/mkinitcpio.conf
7      1.2. Add 'quiet splash' to the grub command line
8      1.3. Rebuild your initrd image (# mkinitcpio -p [kernel preset name]).
9           E.g.: sudo mkinitcpio -p kernel26
11 2. To enable encryption, replace "encrypt" with "plymouth-encrypt" in
12    mkinitcpio.conf and rebuild your initrd image.
14 3. You will also need to rebuild your initrd image every time you change your theme
15    (the default is set as 'spinfinity').
17    To list all plymouth themes:
18        plymouth-set-default-theme -l
20    To change theme:
21        # plymouth-set-default-theme <theme>
23    To rebuild initrd image:
24        # mkinitcpio -p kernel26
26 4. For more information please visit the Wiki page:
27    https://wiki.archlinux.org/index.php/Plymouth
29 OBS. If you have any leftover "kill Plymouth" lines in /etc/rc.local or ~/.xinitrc
30      they are no longer required.
31 ==================================================================================
33 EOT
36 post_upgrade() {
37   post_install