summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process')
-rwxr-xr-xbuild_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/modify_chroot.sh1
-rw-r--r--build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/nouveau.conf1
-rwxr-xr-xbuild_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/rc.conf2
3 files changed, 3 insertions, 1 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/modify_chroot.sh b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/modify_chroot.sh
index ad83b2c..e635c0e 100755
--- a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/modify_chroot.sh
+++ b/build_tools/larch8/larch0/profiles/linhes-local-disk-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-disk-testing-i686/post_process/nouveau.conf b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/nouveau.conf
new file mode 100644
index 0000000..31075c0
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/nouveau.conf
@@ -0,0 +1 @@
+blacklist nouveau
diff --git a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/rc.conf b/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/rc.conf
index 9c17944..7ab2209 100755
--- a/build_tools/larch8/larch0/profiles/linhes-local-disk-testing-i686/post_process/rc.conf
+++ b/build_tools/larch8/larch0/profiles/linhes-local-disk-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