6 ## This file is also sourced in the initcpio hook.
7 ## No BASH-code (like arrays) is allowed here!
9 #### initcpio and Fbsplash daemon ##########################################
11 ## Themes to include into initcpio
12 ## For a smaller initcpio you may try theme cfg files instead of directories.
15 arch-banner-icons/1024x768.cfg
16 arch-banner-icons/1280x800.cfg
17 arch-banner-noicons/1024x768.cfg
18 arch-banner-noicons/1280x800.cfg
21 ## Override the initial silent splash screen status message defaults.
22 ## Note: '$progress' will be replaced by Fbsplash itself.
23 ## * initcpio - (no effect with fbcondecor kernel)
24 SPLASH_INIT_MESSAGE="Initializing the kernel"
26 SPLASH_BOOT_MESSAGE="Booting '$HOSTNAME' (\$progress%)"
28 SPLASH_REBOOT_MESSAGE="Rebooting '$HOSTNAME' (\$progress%)"
30 SPLASH_SHUTDOWN_MESSAGE="Shutting down '$HOSTNAME' (\$progress%)"
32 ## Include and use the Fbsplash daemon (1.5 MiB) in the initcpio
33 ## instead of the small helper only.
34 ## Usefull to show animations early.
35 ## Note: Themes with 'scripts/rc_init-pre' like 'arch-banner-icons' are
36 ## supported now if fbsplash-extras>=2.0.10 is installed, but there
37 ## might still be some sophisticated ones which break when using this.
40 ## Make the splash daemon use fade effects.
41 ## Note: The initcpio helper does only use the kernel parameter!
42 # Just use fadein on bootup and fadeout on shutdown/reboot
43 case $PREVLEVEL in N ) SPLASH_EFFECTS="fadein" ; esac
44 case $RUNLEVEL in [06] ) SPLASH_EFFECTS="fadeout"; esac
45 # Uncomment this line to allways use both
46 # SPLASH_EFFECTS="fadein,fadeout"
48 ## Enable the textbox when starting the Fbsplash daemon.
49 ## Useful if the theme provides a message log or other textbox.
50 ## The scripts write any initscripts [FAIL] messages to the log.
51 ## Note: The textbox can also be toggled by pressing F3-key.
54 ## Splash progress timeout
55 ## If set to a positive value, Fbsplash will automatically switch to verbose
56 ## mode if there is no progress for the specified number of seconds.
59 #### scripts behaviour #####################################################
61 ## Change to verbose mode on any initscripts [FAIL] message
62 ## Useful with very simple themes and also when starting Xorg from DAEMONS
63 SPLASH_VERBOSE_ON_ERRORS="no"
65 ## Name of the DAEMONS script starting Xorg if any
66 ## Set this to avoid virtual terminal change struggle between X and Fbsplash.
68 #SPLASH_XSERVICE="kdm"
69 #SPLASH_XSERVICE="xdm"
70 #SPLASH_XSERVICE="lxdm"
71 #SPLASH_XSERVICE="slim"
73 ## Push initscripts [BUSY] messages to the splash status message line.
74 SPLASH_PUSH_MESSAGES="no"