summaryrefslogtreecommitdiffstats
path: root/abs/core/fbsplash/splash.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-12 23:46:00 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-12 23:46:00 (GMT)
commitd0bc5cf5bca845df25ac398b97995d2d1335f1ca (patch)
tree48ad7102f1dabe2f0242a773241cb3ac8a74c7d3 /abs/core/fbsplash/splash.conf
parente28e87dcbd836bd2d4611e0461e96c751f262d28 (diff)
downloadlinhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.zip
linhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.tar.gz
linhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.tar.bz2
removed packages that are no longer needed:
eject fbsplash kernel26 linhes-splash miscsplashutils tightvnc
Diffstat (limited to 'abs/core/fbsplash/splash.conf')
-rw-r--r--abs/core/fbsplash/splash.conf72
1 files changed, 0 insertions, 72 deletions
diff --git a/abs/core/fbsplash/splash.conf b/abs/core/fbsplash/splash.conf
deleted file mode 100644
index 44fed88..0000000
--- a/abs/core/fbsplash/splash.conf
+++ /dev/null
@@ -1,72 +0,0 @@
-#
-# /etc/conf.d/splash
-#
-
-#### WARNING!
-## This file is also sourced in the initcpio hook.
-## No BASH-code (like arrays) is allowed here!
-
-#### initcpio and Fbsplash daemon ##########################################
-
-## Themes to include into initcpio
-## For a smaller initcpio you may try theme cfg files instead of directories.
-SPLASH_THEMES="
- linhes
-"
-
-## Override the initial silent splash screen status message defaults.
-## Note: '$progress' will be replaced by Fbsplash itself.
-## * initcpio - (no effect with fbcondecor kernel)
-SPLASH_INIT_MESSAGE="Initializing the kernel..."
-## * bootup
-SPLASH_BOOT_MESSAGE="Booting $HOSTNAME..."
-## * reboot
-SPLASH_REBOOT_MESSAGE="Rebooting $HOSTNAME..."
-## * shutdown
-SPLASH_SHUTDOWN_MESSAGE="Shutting down $HOSTNAME..."
-
-## Include and use the Fbsplash daemon (1.5 MiB) in the initcpio
-## instead of the small helper only.
-## Usefull to show animations early.
-## Note: Themes with 'scripts/rc_init-pre' like 'arch-banner-icons' are
-## supported now if fbsplash-extras>=2.0.10 is installed, but there
-## might still be some sophisticated ones which break when using this.
-SPLASH_DAEMON="early"
-
-## Make the splash daemon use fade effects.
-## Note: The initcpio helper does only use the kernel parameter!
-# Just use fadein on bootup and fadeout on shutdown/reboot
-#case $PREVLEVEL in N ) SPLASH_EFFECTS="fadein" ; esac
-#case $RUNLEVEL in [06] ) SPLASH_EFFECTS="fadeout"; esac
-# Uncomment this line to allways use both
-# SPLASH_EFFECTS="fadein,fadeout"
-
-## Enable the textbox when starting the Fbsplash daemon.
-## Useful if the theme provides a message log or other textbox.
-## The scripts write any initscripts [FAIL] messages to the log.
-## Note: The textbox can also be toggled by pressing F3-key.
-SPLASH_TEXTBOX="yes"
-
-## Splash progress timeout
-## If set to a positive value, Fbsplash will automatically switch to verbose
-## mode if there is no progress for the specified number of seconds.
-SPLASH_AUTOVERBOSE=0
-
-#### scripts behaviour #####################################################
-
-## Change to verbose mode on any initscripts [FAIL] message
-## Useful with very simple themes and also when starting Xorg from DAEMONS
-SPLASH_VERBOSE_ON_ERRORS="no"
-
-## Name of the DAEMONS script starting Xorg if any
-## Set this to avoid virtual terminal change struggle between X and Fbsplash.
-#SPLASH_XSERVICE="gdm"
-#SPLASH_XSERVICE="kdm"
-#SPLASH_XSERVICE="xdm"
-#SPLASH_XSERVICE="lxdm"
-#SPLASH_XSERVICE="slim"
-
-## Push initscripts [BUSY] messages to the splash status message line.
-SPLASH_PUSH_MESSAGES="no"
-
-# EOF #