diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-26 22:16:31 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-26 22:16:31 (GMT) |
commit | d48e6966480b17e64cbb8bb3d621ee3cf3c6fc76 (patch) | |
tree | b4ce916539ef10131aa5e46a2c51dfb354ebadff /build_tools | |
parent | 0850f661efa0f1a842f6ca5c209c4274c895d46a (diff) | |
download | linhes_dev-d48e6966480b17e64cbb8bb3d621ee3cf3c6fc76.zip |
black list snd-pcsp
Diffstat (limited to 'build_tools')
3 files changed, 3 insertions, 3 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf index 499e38c..b2af298 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf @@ -48,7 +48,7 @@ else 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 diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf index 499e38c..b2af298 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf @@ -48,7 +48,7 @@ else 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 diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf index 499e38c..b2af298 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf +++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf @@ -48,7 +48,7 @@ else 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 |