summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-10-27 16:35:08 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-10-27 16:35:08 (GMT)
commit3cb785e04b94a6d0a8cb7d03e34fd79088373f27 (patch)
tree218febd73c8e345734a8b1cafcab24c3a091b77a
parent2ebe778a98dca5026e57a28e4c7201d567c00b65 (diff)
downloadlinhes_dev-3cb785e04b94a6d0a8cb7d03e34fd79088373f27.zip
iso_build: change iso build name and prevent kms for nvidia cards
-rwxr-xr-xbuild_tools/archiso-19/mythvantage/build.sh2
-rwxr-xr-xbuild_tools/archiso-19/mythvantage/go.sh8
2 files changed, 8 insertions, 2 deletions
diff --git a/build_tools/archiso-19/mythvantage/build.sh b/build_tools/archiso-19/mythvantage/build.sh
index 6ece158..f64ae43 100755
--- a/build_tools/archiso-19/mythvantage/build.sh
+++ b/build_tools/archiso-19/mythvantage/build.sh
@@ -3,7 +3,7 @@ mknod -m 660 /dev/loop0 b 7 0
set -e -u
iso_name=archlinux
-iso_label="ARCH_$(date +%Y%m)"
+iso_label="LinHES_$(date +%Y%m)"
iso_version=$(date +%Y.%m.%d)
install_dir=arch
work_dir=work
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