summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i686-RELEASE-REMOTE/post_process/rc.conf
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 03:21:16 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 03:21:16 (GMT)
commit632b5c764106d112caa36eeefb3759f9d7c8345b (patch)
tree7de24499f23871c77f07599046506f431f9abfa1 /build_tools/clarch/larch/profiles/i686-RELEASE-REMOTE/post_process/rc.conf
parent4d4488bbddab439d66088b79e14354c4dd87a2ea (diff)
downloadlinhes_dev-632b5c764106d112caa36eeefb3759f9d7c8345b.zip
synce_profile.sh:Added support for syncing release profile.
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-RELEASE-REMOTE/post_process/rc.conf')
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-RELEASE-REMOTE/post_process/rc.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-RELEASE-REMOTE/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-RELEASE-REMOTE/post_process/rc.conf
index 1d5b377..9c17944 100755
--- a/build_tools/clarch/larch/profiles/i686-RELEASE-REMOTE/post_process/rc.conf
+++ b/build_tools/clarch/larch/profiles/i686-RELEASE-REMOTE/post_process/rc.conf
@@ -21,7 +21,7 @@ TIMEZONE="US/Central"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
-USECOLOR="no"
+USECOLOR="yes"
#
# -----------------------------------------------------------------------
@@ -37,23 +37,23 @@ fi
if [ x$Audiotype = xOSS -a ! -f /tmp/.alsatest ]
then
- ALSABLACKLIST="soundcore"
+ ALSABLACKLIST="!soundcore"
else
if [ x$Audiotype = xOSS ]
then
- ALSABLACKLIST="soundcore"
+ ALSABLACKLIST="!soundcore"
else
ALSABLACKLIST=""
fi
fi
# Module Blacklist - modules in this list will never be loaded by udev
-MOD_BLACKLIST=($ALSABLACKLIST)
+MOD_BLACKLIST_=($ALSABLACKLIST !snd-pcsp )
#
# Modules to load at boot-up (in this order)
# - prefix a module with a ! to blacklist it
#
-MODULES=()
+MODULES=($MOD_BLACKLIST_)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
@@ -108,6 +108,5 @@ ROUTES=(!gateway)
# - prefix a daemon with a @ to start it up in the background
#
#DAEMONS=(syslog-ng network netfs crond)
-DAEMONS=(!syslog-ng !hotplug !pcmcia network mysqld dbus avahi-daemon)
-
+DAEMONS=(fbsplash !syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
# End of file