summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build_tools/clarch/larch/profiles/MV-local/addedpacks51
-rw-r--r--build_tools/clarch/larch/profiles/MV-local/post_process/rc.sysinit.patch8
-rwxr-xr-xbuild_tools/go.sh10
3 files changed, 39 insertions, 30 deletions
diff --git a/build_tools/clarch/larch/profiles/MV-local/addedpacks b/build_tools/clarch/larch/profiles/MV-local/addedpacks
index b1b6a2a..602da3b 100644
--- a/build_tools/clarch/larch/profiles/MV-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/MV-local/addedpacks
@@ -35,41 +35,44 @@ etcnet
xorg
xorg-xinit
-#xf86-video-amd
-xf86-video-apm
-xf86-video-ark
+#xorg-video-drivers
+xf86-video-amd
+xf86-video-apm
+xf86-video-ark
xf86-video-ati
-xf86-video-chips
-xf86-video-cirrus
+xf86-video-chips
+xf86-video-cirrus
xf86-video-dummy
-xf86-video-fbdev
-xf86-video-glint
+xf86-video-fbdev
+xf86-video-glint
xf86-video-i128
-xf86-video-i740
-#xf86-video-i810
+xf86-video-i740
+#xf86-video-i810
xf86-video-imstt
-xf86-video-intel
-xf86-video-mga
+xf86-video-intel
+xf86-video-mga
xf86-video-neomagic
-xf86-video-nv
-#xf86-video-radeonhd
+xf86-video-nv
+xf86-video-radeonhd
xf86-video-rendition
-xf86-video-s3
-xf86-video-s3virge
+xf86-video-s3
+xf86-video-s3virge
xf86-video-savage
-xf86-video-siliconmotion
-xf86-video-sis
+xf86-video-siliconmotion
+xf86-video-sis
xf86-video-sisusb
-#xf86-video-tdfx
-xf86-video-trident
+#xf86-video-tdfx
+xf86-video-trident
xf86-video-tseng
-xf86-video-v4l
+#unichrome is busted and causes X to segfault
+#xf86-video-unichrome
+xf86-video-v4l
xf86-video-vesa
-xf86-video-vga
+#vga should not be installed, vesa can handle when other drivers fail
+#xf86-video-vga
+#xf86-video-via
xf86-video-vmware
xf86-video-voodoo
-nvidia
-
@@ -97,7 +100,7 @@ tilda
#opera
ivtv-utils
hd3000firmware
-oss-linux-free
+oss
alsa-utils
make
diff --git a/build_tools/clarch/larch/profiles/MV-local/post_process/rc.sysinit.patch b/build_tools/clarch/larch/profiles/MV-local/post_process/rc.sysinit.patch
index 4bdc25f..7648f7f 100644
--- a/build_tools/clarch/larch/profiles/MV-local/post_process/rc.sysinit.patch
+++ b/build_tools/clarch/larch/profiles/MV-local/post_process/rc.sysinit.patch
@@ -1,14 +1,14 @@
---- rc.sysinit.orig 2008-11-22 20:47:41.000000000 -0600
-+++ rc.sysinit 2008-11-22 20:48:07.000000000 -0600
+--- rc.sysinit.orig 2009-02-22 22:45:07.000000000 +0000
++++ rc.sysinit 2009-02-22 22:45:46.000000000 +0000
@@ -7,9 +7,8 @@
. /etc/rc.d/functions
echo " "
-printhl "LinHES"
-printhl "The Linux Home Entertainment System"
--printhl "${C_H2}http://www.knoppmyth.net"
+-printhl "${C_H2}http://www.linhes.org"
+printhl "MythVantage"
-+printhl "${C_H2}http://www.mythvantage.com"
++printhl "http://www.MythVantage.com"
printhl "Distributed under the GNU General Public License (GPL)"
printsep
diff --git a/build_tools/go.sh b/build_tools/go.sh
index 9cd9d1e..3166e23 100755
--- a/build_tools/go.sh
+++ b/build_tools/go.sh
@@ -27,6 +27,12 @@ fi
echo "Running ./mklarch -f -p larch/profiles/$profile"
time ./mklarch -f -c /tmp/$profile -p larch/profiles/$profile
-echo "your $profile iso has been moved to /tmp/testcd-2.iso"
-mv /home/larchroot/.larch/mylivecd.iso /tmp/testcd-2.iso
+if [ $profile = MV-local ]
+then
+ echo "your $profile iso has been moved to /tmp/testcd-2.iso"
+ mv /home/larchroot/.larch/mylivecd.iso /tmp/testcd-2.iso
+else
+ echo "your $profile iso has been moved to /tmp/MV-2.iso"
+ mv /home/larchroot/.larch/mylivecd.iso /tmp/MV-2.iso
+fi
date