diff options
author | James Meyer <jams@linhes.org> | 2010-12-29 00:52:05 (GMT) |
---|---|---|
committer | James Meyer <jams@linhes.org> | 2010-12-29 00:52:05 (GMT) |
commit | c39f371cda10496c8858648b1d2490d0a3a113c5 (patch) | |
tree | 7639a04658072f53df39095146676af815aa8efc /build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686 | |
parent | 4a129109f63f972c4115b7fe039550d8e07bfc58 (diff) | |
download | linhes_dev-c39f371cda10496c8858648b1d2490d0a3a113c5.zip |
profile sync: add noveau as blacklisted modules.
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686')
3 files changed, 3 insertions, 1 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/modify_chroot.sh b/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/modify_chroot.sh index ad83b2c..e635c0e 100755 --- a/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/modify_chroot.sh +++ b/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/modify_chroot.sh @@ -3,6 +3,7 @@ echo "larch5" > /etc/hostname useradd -m -s /bin/bash mythtv -G audio,video,optical,storage,users cp -rvpf /.post_process/home/mythtv /home/ cp -rvpf /.post_process/home/mythtv/.fluxbox /root +cp -vpf /.post_process/nouveau.conf /etc/modprobe.d/nouveau.conf chown -R mythtv.mythtv /home/mythtv/ chown -R mythtv.mythtv /myth diff --git a/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/nouveau.conf b/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/nouveau.conf new file mode 100644 index 0000000..31075c0 --- /dev/null +++ b/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/nouveau.conf @@ -0,0 +1 @@ +blacklist nouveau diff --git a/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/rc.conf b/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/rc.conf index 9c17944..7ab2209 100755 --- a/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/post_process/rc.conf +++ b/build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/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 !snd-pcsp ) +MOD_BLACKLIST_=($ALSABLACKLIST !snd-pcsp !nouveau) # # Modules to load at boot-up (in this order) # - prefix a module with a ! to blacklist it |