]> git.pld-linux.org Git - packages/bootsplash.git/blob - bootsplash.sysconfig
- use internal shell getopts instead of external getopt binary
[packages/bootsplash.git] / bootsplash.sysconfig
1 # $Id$
2
3 # REMEMBER: changing BOOT_SPLASH, BOOT_SPLASH_RESOLUTIONS, THEME should be
4 #           followed by mkinitrd
5
6 # boot splash enabled?
7 #SPLASH=yes
8 BOOT_SPLASH=yes
9
10 # desired resolutions (each one increases size of initrd)
11 #BOOT_SPLASH_RESOLUTIONS="1024x768 800x600"
12 BOOT_SPLASH_RESOLUTIONS=
13
14 # bootsplash theme... You have to have installed one
15 #THEME=darkblue
16 THEME=darkblue
17
18 # Text to show when booting...
19 #BOOT_TXT="Booting the system... press F2 for verbose mode"
20 BOOT_TXT="Booting the system... press F2 for verbose mode"
21
22 # Text to show when shutting down...
23 #SHUTDOWN_TXT="Shutting down the system... press F2 for verbose mode"
24 SHUTDOWN_TXT="Shutting down the system... press F2 for verbose mode"
25
This page took 0.0572279999999999 seconds and 3 git commands to generate.