summaryrefslogtreecommitdiffstats
path: root/build_tools/archiso-19/mythvantage/go.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/archiso-19/mythvantage/go.sh')
-rwxr-xr-xbuild_tools/archiso-19/mythvantage/go.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/build_tools/archiso-19/mythvantage/go.sh b/build_tools/archiso-19/mythvantage/go.sh
index 399cae8..dce763e 100755
--- a/build_tools/archiso-19/mythvantage/go.sh
+++ b/build_tools/archiso-19/mythvantage/go.sh
@@ -1,5 +1,8 @@
#!/bin/bash
+
+KMS_FILE=/usr/lib/initcpio/install/archiso_kms
+
function copy_custom(){
cp -f profile_files/$1.png syslinux/splash.png || exit 1
cp -f profile_files/pacman.conf . ||exit 1
@@ -8,6 +11,9 @@ function copy_custom(){
cp -f profile_files/packages.x86_64 . || exit 1
cp -f profile_files/packages.x86_64.cache . || exit 1
cp -f profile_files/pristine.list . || exit 1
+
+ #remove nouveo
+ sed -ie "s/^.*add_module \"nouveau\"/#add_module \"novueau\"/" $KMS_FILE
}
@@ -79,4 +85,4 @@ then
date
#cd $OLD
-fi \ No newline at end of file
+fi