aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bootsplash.sysconfig
blob: 4a615770971ec2490ea8d48e9c590dd3b28016ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- Mode: shell-script -*-
# Specify here if you want add the splash logo to initrd when
# generating an initrd. You can specify :
#
# SPLASH=no to don't have a splash screen
#
# SPLASH=auto to make autodetect the splash screen
# 
# SPLASH=INT When Integer could be 800x600 1024x768 1280x1024 1600x1200
#
SPLASH=no

# Choose the themes. The should be based in 
# /usr/share/bootsplash/themes/
THEME=

# Say yes here if you want to leave the logo on the console.
# Three options :
#
# LOGO_CONSOLE=no don't display logo under console.
#
# LOGO_CONSOLE=yes display logo under console.
#
# LOGO_CONSOLE=theme leave the theme to decide.
#
LOGO_CONSOLE=theme