core: add support for the autoverbose feature
[fbsplash.git] / core / docs / quickstart
blobc3cf4b48e401497b877a2a749add1716886e076a
1 This is a short guide for those who don't have time/don't bother reading
2 the other docs.
4 Assumptions:
5  * a theme <theme> is installed in /etc/splash
7 What to do:
9  1. Install splashutils. Please refer to the INSTALL file for detailed
10     instructions on how to do that.
11  2. Generate an initramfs image:
12     splash_geninitramfs -g /boot/initrd-fbsplash -r 1024x768 -v <theme>
13  3. Edit bootloader configuration and:
15    3a) add "splash=silent,theme:<theme> console=tty1" to the kernel
16        command line
17    3b) make the kernel use /boot/initrd-fbsplash as it's initial ramdisk
19  4. Reboot and enjoy :)