From 74d634231592569faccb31f0caa876181c275c99 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 5 Jan 2009 12:09:35 -0600
Subject: change the database push to straight scp. Right now this stops
 restricted accounts from updating the database on km.net.

---
 build_tools/bin/kmsync.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/build_tools/bin/kmsync.sh b/build_tools/bin/kmsync.sh
index c15bef4..f8e9168 100755
--- a/build_tools/bin/kmsync.sh
+++ b/build_tools/bin/kmsync.sh
@@ -40,7 +40,9 @@ function sync_dirs {
     update_db_repo.sh $LOCAL $3
 
     #push the database back
-    unison km-up -logfile /tmp/unison-up.log -auto -batch -numericids   ssh://reposync@knoppmyth.net/$REMOTE $LOCAL
+    echo "Pushing the pkg database to knoppmyth.net"
+    scp $LOCAL/*.db.tar.gz reposync@knoppmyth.net:$REMOTE/  
+
     echo "-------------------------------------------------------"
     echo "-----------         Finished with $3        -----------"
     echo "-------------------------------------------------------"
-- 
cgit v0.12


From 0941c63f2137896ecf404c2d90c216cb512f1211 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Wed, 7 Jan 2009 01:42:00 -0800
Subject: ipw3945 are no longer needed for kernel 2.6.27.

---
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index c1d8923..99a4b22 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -147,10 +147,10 @@ avahi
 b43-fwcutter
 ipw2100-fw
 ipw2200-fw
-ipw3945
-ipw3945-ucode
-ipw3945d
-iwlwifi-3945-ucode
+#ipw3945
+#ipw3945-ucode
+#ipw3945d
+#iwlwifi-3945-ucode
 iwlwifi-4965-ucode
 madwifi
 madwifi-utils
-- 
cgit v0.12


From eb6c161441c34e879a82c19c2ca1e14c560c939b Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 7 Jan 2009 20:05:39 -0600
Subject: disable screensaver for install

---
 .../profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh    | 3 ++-
 .../i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh        | 3 ++-
 .../profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh     | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
index 85762da..a3a11a0 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
@@ -8,7 +8,8 @@ exec > /tmp/mythvantage_install.log
 #/usr/bin/tilda &
 #/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents  &
 export MALLOC_CHECK_=0
-
+xset s off
+xset -dpms
 xhost +
 
 CMDLINE=$(cat /proc/cmdline)
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
index 85762da..a3a11a0 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
@@ -8,7 +8,8 @@ exec > /tmp/mythvantage_install.log
 #/usr/bin/tilda &
 #/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents  &
 export MALLOC_CHECK_=0
-
+xset s off
+xset -dpms
 xhost +
 
 CMDLINE=$(cat /proc/cmdline)
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
index 85762da..a3a11a0 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
@@ -8,7 +8,8 @@ exec > /tmp/mythvantage_install.log
 #/usr/bin/tilda &
 #/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents  &
 export MALLOC_CHECK_=0
-
+xset s off
+xset -dpms
 xhost +
 
 CMDLINE=$(cat /proc/cmdline)
-- 
cgit v0.12


From 15ec3eb14ba833e671cc8b84ae47db55b9c6cf07 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sat, 10 Jan 2009 13:58:10 -0600
Subject: switch back to using unison. This time it will force an update with
 the assumption the local pkg.db.tar.gz is always correct.

---
 build_tools/bin/km-up.prf |  2 +-
 build_tools/bin/kmsync.sh | 16 +++++++++++++---
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/build_tools/bin/km-up.prf b/build_tools/bin/km-up.prf
index 9fa6ce4..73a3cf9 100644
--- a/build_tools/bin/km-up.prf
+++ b/build_tools/bin/km-up.prf
@@ -3,4 +3,4 @@
     ignore = Name .*~
     ignore = Name *.o
     ignore = Name *.tmp
-    ignore = Name *.db.tar.gz.old
+    ignore = Name *.pkg.tar.gz
diff --git a/build_tools/bin/kmsync.sh b/build_tools/bin/kmsync.sh
index f8e9168..6da7f11 100755
--- a/build_tools/bin/kmsync.sh
+++ b/build_tools/bin/kmsync.sh
@@ -14,10 +14,10 @@ fi
 cwd=`dirname $0`
 REMOTE_DIR=/mount/repository/repo
 DOCROOT=/data/pkg_repo/$CARCH
-
 #export UNISON="/root/.unison"
 export UNISON="/data/pkg_repo/.unison"
-
+cp -f /build_tools/bin/km-up.prf  $UNISON/km-up.prf
+cp -f /build_tools/bin/km-down.prf  $UNISON/km-down.prf
 function sync_dirs {
     REMOTE=$1
     LOCAL=$2
@@ -26,6 +26,11 @@ function sync_dirs {
     echo "________________________________________________________"
 
     #first bring down new changes from knoppmyth.net
+    echo "--------"
+    echo
+    echo "Syncing the  packages with knoppmyth.net"
+    echo
+    echo "--------"
     unison km-down  -logfile /tmp/unison-down.log -auto -batch  -numericids ssh://reposync@knoppmyth.net/$REMOTE $LOCAL
 
     if [ ! $? = 0 ]
@@ -40,8 +45,13 @@ function sync_dirs {
     update_db_repo.sh $LOCAL $3
 
     #push the database back
+    echo "--------"
+    echo
     echo "Pushing the pkg database to knoppmyth.net"
-    scp $LOCAL/*.db.tar.gz reposync@knoppmyth.net:$REMOTE/  
+    echo
+    echo "--------"
+    unison km-up  -logfile /tmp/unison-up.log -auto -batch -numericids -force $LOCAL  $LOCAL ssh://reposync@knoppmyth.net/$REMOTE 
+    #scp $LOCAL/*.db.tar.gz reposync@knoppmyth.net:$REMOTE/  
 
     echo "-------------------------------------------------------"
     echo "-----------         Finished with $3        -----------"
-- 
cgit v0.12


From ce586526e2c27b865bf8bfc9a009f049f6c6730d Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sat, 10 Jan 2009 12:04:11 -0800
Subject: Added needed pacakges for dial up users.

---
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 99a4b22..ac48bb4 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -183,3 +183,5 @@ netkit-telnet
 ntp
 syslog-ng
 mythappletrailers
+ppp
+mingetty
-- 
cgit v0.12


From 5a7a243ac39a23bd40c111662a0cde9b42a05c93 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sun, 11 Jan 2009 10:40:15 -0800
Subject: Added dbus-python needed for mythsmolt.

---
 .../clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 11 +++++++----
 .../clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 11 +++++++----
 .../clarch/larch/profiles/i686-testing-local/addedpacks       |  1 +
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index c1d8923..5518738 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -134,6 +134,7 @@ taglib
 portmap
 ivtv-utils
 dvb-firmware
+dbus-python
 
 #MythVantage Installer deps
 bc
@@ -147,10 +148,10 @@ avahi
 b43-fwcutter
 ipw2100-fw
 ipw2200-fw
-ipw3945
-ipw3945-ucode
-ipw3945d
-iwlwifi-3945-ucode
+#ipw3945
+#ipw3945-ucode
+#ipw3945d
+#iwlwifi-3945-ucode
 iwlwifi-4965-ucode
 madwifi
 madwifi-utils
@@ -183,3 +184,5 @@ netkit-telnet
 ntp
 syslog-ng
 mythappletrailers
+ppp
+mingetty
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index c1d8923..5518738 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -134,6 +134,7 @@ taglib
 portmap
 ivtv-utils
 dvb-firmware
+dbus-python
 
 #MythVantage Installer deps
 bc
@@ -147,10 +148,10 @@ avahi
 b43-fwcutter
 ipw2100-fw
 ipw2200-fw
-ipw3945
-ipw3945-ucode
-ipw3945d
-iwlwifi-3945-ucode
+#ipw3945
+#ipw3945-ucode
+#ipw3945d
+#iwlwifi-3945-ucode
 iwlwifi-4965-ucode
 madwifi
 madwifi-utils
@@ -183,3 +184,5 @@ netkit-telnet
 ntp
 syslog-ng
 mythappletrailers
+ppp
+mingetty
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index ac48bb4..5518738 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -134,6 +134,7 @@ taglib
 portmap
 ivtv-utils
 dvb-firmware
+dbus-python
 
 #MythVantage Installer deps
 bc
-- 
cgit v0.12


From e771b02c07f101cd83aeb4d033013bf1e39aba92 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 12 Jan 2009 23:34:44 -0600
Subject: print out the date when finished making iso.

---
 build_tools/go.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build_tools/go.sh b/build_tools/go.sh
index 4fe631e..9cd9d1e 100755
--- a/build_tools/go.sh
+++ b/build_tools/go.sh
@@ -29,3 +29,4 @@ 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
+date
-- 
cgit v0.12


From 3135a1b31c0de42183614aacdaef4e8f869014a1 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 14 Jan 2009 10:00:40 -0600
Subject: remove ssh keys from /home/larchroot before creating the cd closes
 FS#117

---
 .../larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh   | 3 ++-
 .../profiles/i686-testing-local-httpd/post_process/modify_chroot.sh    | 3 ++-
 .../larch/profiles/i686-testing-local/post_process/modify_chroot.sh    | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh
index 868620d..07af9fb 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh
@@ -11,4 +11,5 @@ cp -f /.post_process/rc.conf /etc/rc.conf
 cp -f /.post_process/rc.shutdown /etc/rc.shutdown
 cp -f /.post_process/menu.lst /boot/grub/menu.lst
 
-cp -f /etc/skel/.bash* /root/
\ No newline at end of file
+cp -f /etc/skel/.bash* /root/
+rm -f /etc/ssh/ssh_host*key*
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh
index 868620d..07af9fb 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh
@@ -11,4 +11,5 @@ cp -f /.post_process/rc.conf /etc/rc.conf
 cp -f /.post_process/rc.shutdown /etc/rc.shutdown
 cp -f /.post_process/menu.lst /boot/grub/menu.lst
 
-cp -f /etc/skel/.bash* /root/
\ No newline at end of file
+cp -f /etc/skel/.bash* /root/
+rm -f /etc/ssh/ssh_host*key*
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh
index 868620d..07af9fb 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh
@@ -11,4 +11,5 @@ cp -f /.post_process/rc.conf /etc/rc.conf
 cp -f /.post_process/rc.shutdown /etc/rc.shutdown
 cp -f /.post_process/menu.lst /boot/grub/menu.lst
 
-cp -f /etc/skel/.bash* /root/
\ No newline at end of file
+cp -f /etc/skel/.bash* /root/
+rm -f /etc/ssh/ssh_host*key*
-- 
cgit v0.12


From 2554e11381d0e19aad98edd3422c3bc030434bbd Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Wed, 14 Jan 2009 22:37:54 -0800
Subject: Installs additional themes for MythTV.

---
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 5518738..b300bd9 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -112,6 +112,7 @@ myththemes
 mythweather
 mythvideo
 mythsmolt
+morethemes
 nuvexport
 lirc
 lirc-utils
-- 
cgit v0.12


From 14c6d0d63c29e4cb69ee81903940c02e47bd4853 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Wed, 14 Jan 2009 23:57:16 -0800
Subject: Ensures additional themes get installed.

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 2 ++
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 2 ++
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks       | 1 +
 3 files changed, 5 insertions(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 5518738..9a40ad2 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -112,6 +112,8 @@ myththemes
 mythweather
 mythvideo
 mythsmolt
+morethemes
+linhes-theme
 nuvexport
 lirc
 lirc-utils
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 5518738..9a40ad2 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -112,6 +112,8 @@ myththemes
 mythweather
 mythvideo
 mythsmolt
+morethemes
+linhes-theme
 nuvexport
 lirc
 lirc-utils
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index b300bd9..9a40ad2 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -113,6 +113,7 @@ mythweather
 mythvideo
 mythsmolt
 morethemes
+linhes-theme
 nuvexport
 lirc
 lirc-utils
-- 
cgit v0.12


From 46ef093552261324a154918bd58926e572ee5944 Mon Sep 17 00:00:00 2001
From: Bob Igo <bob@stormlogic.com>
Date: Thu, 15 Jan 2009 15:18:59 -0500
Subject: Minor README corrections.

---
 README | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/README b/README
index e1f52d1..3ae824b 100644
--- a/README
+++ b/README
@@ -116,18 +116,20 @@ Quick start showing typical process to create the chroot and build an ISO.
 Create the chroot for i686
 
 First checkout the repo
+
 - Restricted dev accounts should use
- 	git clone $user@knoppmyth.net:LinHES-PKGBUILD   
- 	git clone $user@knoppmyth.net:LinHES-dev
+ 	git clone $USER@knoppmyth.net:LinHES-PKGBUILD   
+ 	git clone $USER@knoppmyth.net:LinHES-dev
 
 - Unresticted dev account should use
-	git clone ssh://$user@knoppmyth.net/mount/repository/LinHES-dev
-	git clone ssh://$user@knoppmyth.net/mount/repository/LinHES-PKGBUILD
-
- cd LinHES-dev/
-./setup_env.sh i686
- cd .. 
- ./enter_dev_chroot.i686.sh        
+	git clone ssh://$USER@knoppmyth.net/mount/repository/LinHES-dev
+	git clone ssh://$USER@knoppmyth.net/mount/repository/LinHES-PKGBUILD
+
+- Run these commands:
+  	cd LinHES-dev/
+	sudo ./setup_env.sh i686
+	cd ..
+	sudo ./enter_dev_chroot.i686
 
 Build and iso from knoppmyth.net 
 cdb <= alias
-- 
cgit v0.12


From 6970d65b4b15be17276e294c2564727db76301fe Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 19 Jan 2009 11:49:11 -0600
Subject: -don't install unichrome drivers. They are busted with 1.5 and
 interfere with autodetection. -don't install vga -add lcdproc to cachepacks

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks    | 6 ++++--
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs   | 1 +
 .../clarch/larch/profiles/i686-testing-local-httpd/addedpacks       | 6 ++++--
 .../clarch/larch/profiles/i686-testing-local-httpd/cache_packs      | 1 +
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks     | 6 ++++--
 build_tools/clarch/larch/profiles/i686-testing-local/cache_packs    | 1 +
 6 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 9a40ad2..38c25bb 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -80,10 +80,12 @@ xf86-video-sisusb
 #xf86-video-tdfx
 xf86-video-trident
 xf86-video-tseng
-xf86-video-unichrome
+#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
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
index e2d2581..74c5a4d 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
@@ -10,3 +10,4 @@ nfs-utils
 samba
 mplayer
 xine-ui
+lcdproc
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 9a40ad2..38c25bb 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -80,10 +80,12 @@ xf86-video-sisusb
 #xf86-video-tdfx
 xf86-video-trident
 xf86-video-tseng
-xf86-video-unichrome
+#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
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
index e2d2581..74c5a4d 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
@@ -10,3 +10,4 @@ nfs-utils
 samba
 mplayer
 xine-ui
+lcdproc
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 9a40ad2..38c25bb 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -80,10 +80,12 @@ xf86-video-sisusb
 #xf86-video-tdfx
 xf86-video-trident
 xf86-video-tseng
-xf86-video-unichrome
+#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
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
index e2d2581..74c5a4d 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
@@ -10,3 +10,4 @@ nfs-utils
 samba
 mplayer
 xine-ui
+lcdproc
-- 
cgit v0.12


From 66ffb112a15790788871c0a0d304712e44d3f8e6 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 19 Jan 2009 16:45:01 -0600
Subject: add setserial

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 1 +
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 1 +
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 38c25bb..d344156 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -190,3 +190,4 @@ syslog-ng
 mythappletrailers
 ppp
 mingetty
+setserial
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 38c25bb..d344156 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -190,3 +190,4 @@ syslog-ng
 mythappletrailers
 ppp
 mingetty
+setserial
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 38c25bb..d344156 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -190,3 +190,4 @@ syslog-ng
 mythappletrailers
 ppp
 mingetty
+setserial
\ No newline at end of file
-- 
cgit v0.12


From 1e46bcd5e668d57f999a20df50ff1bea6071700f Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Wed, 21 Jan 2009 22:29:34 -0800
Subject: Boot menu entry for Atomic Ant.

---
 .../profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg     | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
index 44124cf..a5a45bb 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
@@ -22,18 +22,21 @@ MENU LABEL LinHES without splash screen.
 kernel vmlinuz
 append initrd=larch.img
 
+label atomic
+MENU LABEL LinHES on Atomic Ant!
+kernel vmlinuz
+append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
+
 label linux-i810
 MENU LABEL with Intel i810 driver (DRI disabled)
 kernel vmlinuz
 append initrd=larch.img i810
 
-
 label linux-vesa
 MENU LABEL Force use of vesa driver 
 kernel vmlinuz
 append initrd=larch.img forceXvesa
 
-
 label linux-nox
 MENU LABEL Boot to console (without X windowing)
 kernel vmlinuz
@@ -53,7 +56,6 @@ label local
   menu label Boot from ^local drive
   localboot 0xffff
 
-
 label memtest
 MENU LABEL Memory tester
 kernel memtest
-- 
cgit v0.12


From 26e0ebc0c82ac11e07d7fd9f720872ecd1932505 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Wed, 21 Jan 2009 23:28:56 -0800
Subject: Installs linhes-scripts by default.

---
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 38c25bb..aa41cbe 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -116,6 +116,7 @@ mythvideo
 mythsmolt
 morethemes
 linhes-theme
+linhes-scripts
 nuvexport
 lirc
 lirc-utils
-- 
cgit v0.12


From 5cdcb7dc4e49d502d7023840f7be4737fb5835b2 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sat, 24 Jan 2009 18:22:19 -0800
Subject: Profile sync.  Ensure LinHES-scripts get installed.

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks  | 1 +
 .../profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg    | 8 +++++---
 .../clarch/larch/profiles/i686-testing-local-httpd/addedpacks     | 1 +
 .../i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg        | 8 +++++---
 4 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 38c25bb..aa41cbe 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -116,6 +116,7 @@ mythvideo
 mythsmolt
 morethemes
 linhes-theme
+linhes-scripts
 nuvexport
 lirc
 lirc-utils
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
index 44124cf..a5a45bb 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
@@ -22,18 +22,21 @@ MENU LABEL LinHES without splash screen.
 kernel vmlinuz
 append initrd=larch.img
 
+label atomic
+MENU LABEL LinHES on Atomic Ant!
+kernel vmlinuz
+append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
+
 label linux-i810
 MENU LABEL with Intel i810 driver (DRI disabled)
 kernel vmlinuz
 append initrd=larch.img i810
 
-
 label linux-vesa
 MENU LABEL Force use of vesa driver 
 kernel vmlinuz
 append initrd=larch.img forceXvesa
 
-
 label linux-nox
 MENU LABEL Boot to console (without X windowing)
 kernel vmlinuz
@@ -53,7 +56,6 @@ label local
   menu label Boot from ^local drive
   localboot 0xffff
 
-
 label memtest
 MENU LABEL Memory tester
 kernel memtest
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 38c25bb..aa41cbe 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -116,6 +116,7 @@ mythvideo
 mythsmolt
 morethemes
 linhes-theme
+linhes-scripts
 nuvexport
 lirc
 lirc-utils
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
index 44124cf..a5a45bb 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
@@ -22,18 +22,21 @@ MENU LABEL LinHES without splash screen.
 kernel vmlinuz
 append initrd=larch.img
 
+label atomic
+MENU LABEL LinHES on Atomic Ant!
+kernel vmlinuz
+append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
+
 label linux-i810
 MENU LABEL with Intel i810 driver (DRI disabled)
 kernel vmlinuz
 append initrd=larch.img i810
 
-
 label linux-vesa
 MENU LABEL Force use of vesa driver 
 kernel vmlinuz
 append initrd=larch.img forceXvesa
 
-
 label linux-nox
 MENU LABEL Boot to console (without X windowing)
 kernel vmlinuz
@@ -53,7 +56,6 @@ label local
   menu label Boot from ^local drive
   localboot 0xffff
 
-
 label memtest
 MENU LABEL Memory tester
 kernel memtest
-- 
cgit v0.12


From 06f341efbac7f1cc77af198822f3661baf13d027 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sat, 24 Jan 2009 21:52:03 -0600
Subject: Divide things up into submenus.

---
 .../cd-root/isolinux/debugsub.cfg                  | 38 +++++++++++++++++++
 .../cd-root/isolinux/hardsub.cfg                   | 34 +++++++++++++++++
 .../cd-root/isolinux/isolinux.cfg                  | 44 +++++-----------------
 .../cd-root/isolinux/debugsub.cfg                  | 38 +++++++++++++++++++
 .../cd-root/isolinux/hardsub.cfg                   | 34 +++++++++++++++++
 .../cd-root/isolinux/isolinux.cfg                  | 44 +++++-----------------
 .../cd-root/isolinux/debugsub.cfg                  | 38 +++++++++++++++++++
 .../cd-root/isolinux/hardsub.cfg                   | 34 +++++++++++++++++
 .../cd-root/isolinux/isolinux.cfg                  | 44 +++++-----------------
 9 files changed, 246 insertions(+), 102 deletions(-)
 create mode 100644 build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/debugsub.cfg
 create mode 100644 build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
 create mode 100644 build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/debugsub.cfg
 create mode 100644 build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
 create mode 100644 build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/debugsub.cfg
 create mode 100644 build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/debugsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/debugsub.cfg
new file mode 100644
index 0000000..5ef732d
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/debugsub.cfg
@@ -0,0 +1,38 @@
+default vesamenu.c32
+prompt 0
+#timeout 300
+
+MENU BACKGROUND vbg.jpg
+MENU COLOR border 31;40      #90ffff00 #00000000 std
+MENU COLOR sel 31;47      #00000000   #FFFFFF15  al
+MENU ROWS 4
+MENU CMDLINEROW 22
+#MENU TIMEOUTROW 23
+MENU TABMSGROW 22
+
+MENU TITLE LinHES: The Linux Home Entertainment System
+
+
+label linux-nox
+MENU LABEL Boot to console (without X windowing)
+kernel vmlinuz
+append initrd=larch.img NoX
+
+label linux-c2r
+MENU LABEL LinHES: copy-to-ram (also activates swap)
+kernel vmlinuz
+append initrd=larch.img c2r
+
+label linux-swap
+MENU LABEL LinHES: Use swap
+kernel vmlinuz
+append initrd=larch.img swap
+
+label memtest
+MENU LABEL Memory tester
+kernel memtest
+
+label goback
+MENU LABEL  Back
+kernel vesamenu.c32
+append menu isolinux.cfg
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
new file mode 100644
index 0000000..cd2fe71
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
@@ -0,0 +1,34 @@
+default vesamenu.c32
+prompt 0
+#timeout 300
+
+MENU BACKGROUND vbg.jpg
+MENU COLOR border 31;40      #90ffff00 #00000000 std
+MENU COLOR sel 31;47      #00000000   #FFFFFF15  al
+MENU ROWS 4
+MENU CMDLINEROW 22
+MENU TABMSGROW 22
+
+MENU TITLE LinHES: The Linux Home Entertainment System
+
+
+label atomic
+MENU LABEL LinHES on Atomic Ant!
+kernel vmlinuz
+append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
+
+label linux-i810
+MENU LABEL with Intel i810 driver (DRI disabled)
+kernel vmlinuz
+append initrd=larch.img i810
+
+
+label linux-vesa
+MENU LABEL Force use of vesa driver 
+kernel vmlinuz
+append initrd=larch.img forceXvesa
+
+label goback
+MENU LABEL  Back
+kernel vesamenu.c32
+append menu isolinux.cfg
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
index a5a45bb..c5a8041 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
@@ -22,40 +22,16 @@ MENU LABEL LinHES without splash screen.
 kernel vmlinuz
 append initrd=larch.img
 
-label atomic
-MENU LABEL LinHES on Atomic Ant!
-kernel vmlinuz
-append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
-
-label linux-i810
-MENU LABEL with Intel i810 driver (DRI disabled)
-kernel vmlinuz
-append initrd=larch.img i810
+label special
+MENU LABEL I'm Special
+kernel vesamenu.c32
+append hardsub.cfg
 
-label linux-vesa
-MENU LABEL Force use of vesa driver 
-kernel vmlinuz
-append initrd=larch.img forceXvesa
-
-label linux-nox
-MENU LABEL Boot to console (without X windowing)
-kernel vmlinuz
-append initrd=larch.img NoX
-
-label linux-c2r
-MENU LABEL LinHES: copy-to-ram (also activates swap)
-kernel vmlinuz
-append initrd=larch.img c2r
-
-label linux-swap
-MENU LABEL LinHES: Use swap
-kernel vmlinuz
-append initrd=larch.img swap
+label debug
+MENU LABEL Debug options
+kernel vesamenu.c32
+append debugsub.cfg
 
 label local
-  menu label Boot from ^local drive
-  localboot 0xffff
-
-label memtest
-MENU LABEL Memory tester
-kernel memtest
+menu label Boot from ^local drive
+localboot 0xffff
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/debugsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/debugsub.cfg
new file mode 100644
index 0000000..5ef732d
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/debugsub.cfg
@@ -0,0 +1,38 @@
+default vesamenu.c32
+prompt 0
+#timeout 300
+
+MENU BACKGROUND vbg.jpg
+MENU COLOR border 31;40      #90ffff00 #00000000 std
+MENU COLOR sel 31;47      #00000000   #FFFFFF15  al
+MENU ROWS 4
+MENU CMDLINEROW 22
+#MENU TIMEOUTROW 23
+MENU TABMSGROW 22
+
+MENU TITLE LinHES: The Linux Home Entertainment System
+
+
+label linux-nox
+MENU LABEL Boot to console (without X windowing)
+kernel vmlinuz
+append initrd=larch.img NoX
+
+label linux-c2r
+MENU LABEL LinHES: copy-to-ram (also activates swap)
+kernel vmlinuz
+append initrd=larch.img c2r
+
+label linux-swap
+MENU LABEL LinHES: Use swap
+kernel vmlinuz
+append initrd=larch.img swap
+
+label memtest
+MENU LABEL Memory tester
+kernel memtest
+
+label goback
+MENU LABEL  Back
+kernel vesamenu.c32
+append menu isolinux.cfg
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
new file mode 100644
index 0000000..cd2fe71
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
@@ -0,0 +1,34 @@
+default vesamenu.c32
+prompt 0
+#timeout 300
+
+MENU BACKGROUND vbg.jpg
+MENU COLOR border 31;40      #90ffff00 #00000000 std
+MENU COLOR sel 31;47      #00000000   #FFFFFF15  al
+MENU ROWS 4
+MENU CMDLINEROW 22
+MENU TABMSGROW 22
+
+MENU TITLE LinHES: The Linux Home Entertainment System
+
+
+label atomic
+MENU LABEL LinHES on Atomic Ant!
+kernel vmlinuz
+append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
+
+label linux-i810
+MENU LABEL with Intel i810 driver (DRI disabled)
+kernel vmlinuz
+append initrd=larch.img i810
+
+
+label linux-vesa
+MENU LABEL Force use of vesa driver 
+kernel vmlinuz
+append initrd=larch.img forceXvesa
+
+label goback
+MENU LABEL  Back
+kernel vesamenu.c32
+append menu isolinux.cfg
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
index a5a45bb..c5a8041 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
@@ -22,40 +22,16 @@ MENU LABEL LinHES without splash screen.
 kernel vmlinuz
 append initrd=larch.img
 
-label atomic
-MENU LABEL LinHES on Atomic Ant!
-kernel vmlinuz
-append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
-
-label linux-i810
-MENU LABEL with Intel i810 driver (DRI disabled)
-kernel vmlinuz
-append initrd=larch.img i810
+label special
+MENU LABEL I'm Special
+kernel vesamenu.c32
+append hardsub.cfg
 
-label linux-vesa
-MENU LABEL Force use of vesa driver 
-kernel vmlinuz
-append initrd=larch.img forceXvesa
-
-label linux-nox
-MENU LABEL Boot to console (without X windowing)
-kernel vmlinuz
-append initrd=larch.img NoX
-
-label linux-c2r
-MENU LABEL LinHES: copy-to-ram (also activates swap)
-kernel vmlinuz
-append initrd=larch.img c2r
-
-label linux-swap
-MENU LABEL LinHES: Use swap
-kernel vmlinuz
-append initrd=larch.img swap
+label debug
+MENU LABEL Debug options
+kernel vesamenu.c32
+append debugsub.cfg
 
 label local
-  menu label Boot from ^local drive
-  localboot 0xffff
-
-label memtest
-MENU LABEL Memory tester
-kernel memtest
+menu label Boot from ^local drive
+localboot 0xffff
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/debugsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/debugsub.cfg
new file mode 100644
index 0000000..5ef732d
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/debugsub.cfg
@@ -0,0 +1,38 @@
+default vesamenu.c32
+prompt 0
+#timeout 300
+
+MENU BACKGROUND vbg.jpg
+MENU COLOR border 31;40      #90ffff00 #00000000 std
+MENU COLOR sel 31;47      #00000000   #FFFFFF15  al
+MENU ROWS 4
+MENU CMDLINEROW 22
+#MENU TIMEOUTROW 23
+MENU TABMSGROW 22
+
+MENU TITLE LinHES: The Linux Home Entertainment System
+
+
+label linux-nox
+MENU LABEL Boot to console (without X windowing)
+kernel vmlinuz
+append initrd=larch.img NoX
+
+label linux-c2r
+MENU LABEL LinHES: copy-to-ram (also activates swap)
+kernel vmlinuz
+append initrd=larch.img c2r
+
+label linux-swap
+MENU LABEL LinHES: Use swap
+kernel vmlinuz
+append initrd=larch.img swap
+
+label memtest
+MENU LABEL Memory tester
+kernel memtest
+
+label goback
+MENU LABEL  Back
+kernel vesamenu.c32
+append menu isolinux.cfg
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
new file mode 100644
index 0000000..cd2fe71
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
@@ -0,0 +1,34 @@
+default vesamenu.c32
+prompt 0
+#timeout 300
+
+MENU BACKGROUND vbg.jpg
+MENU COLOR border 31;40      #90ffff00 #00000000 std
+MENU COLOR sel 31;47      #00000000   #FFFFFF15  al
+MENU ROWS 4
+MENU CMDLINEROW 22
+MENU TABMSGROW 22
+
+MENU TITLE LinHES: The Linux Home Entertainment System
+
+
+label atomic
+MENU LABEL LinHES on Atomic Ant!
+kernel vmlinuz
+append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
+
+label linux-i810
+MENU LABEL with Intel i810 driver (DRI disabled)
+kernel vmlinuz
+append initrd=larch.img i810
+
+
+label linux-vesa
+MENU LABEL Force use of vesa driver 
+kernel vmlinuz
+append initrd=larch.img forceXvesa
+
+label goback
+MENU LABEL  Back
+kernel vesamenu.c32
+append menu isolinux.cfg
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
index a5a45bb..c5a8041 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
@@ -22,40 +22,16 @@ MENU LABEL LinHES without splash screen.
 kernel vmlinuz
 append initrd=larch.img
 
-label atomic
-MENU LABEL LinHES on Atomic Ant!
-kernel vmlinuz
-append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
-
-label linux-i810
-MENU LABEL with Intel i810 driver (DRI disabled)
-kernel vmlinuz
-append initrd=larch.img i810
+label special
+MENU LABEL I'm Special
+kernel vesamenu.c32
+append hardsub.cfg
 
-label linux-vesa
-MENU LABEL Force use of vesa driver 
-kernel vmlinuz
-append initrd=larch.img forceXvesa
-
-label linux-nox
-MENU LABEL Boot to console (without X windowing)
-kernel vmlinuz
-append initrd=larch.img NoX
-
-label linux-c2r
-MENU LABEL LinHES: copy-to-ram (also activates swap)
-kernel vmlinuz
-append initrd=larch.img c2r
-
-label linux-swap
-MENU LABEL LinHES: Use swap
-kernel vmlinuz
-append initrd=larch.img swap
+label debug
+MENU LABEL Debug options
+kernel vesamenu.c32
+append debugsub.cfg
 
 label local
-  menu label Boot from ^local drive
-  localboot 0xffff
-
-label memtest
-MENU LABEL Memory tester
-kernel memtest
+menu label Boot from ^local drive
+localboot 0xffff
-- 
cgit v0.12


From aa009512903fb872a67cdad16999400fb2f7958a Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 26 Jan 2009 09:36:21 -0600
Subject: add acpid to list of installed by default pkgs.

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 3 ++-
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 3 ++-
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks       | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index b9c72ee..974a37e 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -191,4 +191,5 @@ syslog-ng
 mythappletrailers
 ppp
 mingetty
-setserial
\ No newline at end of file
+setserial
+acpid
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index b9c72ee..974a37e 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -191,4 +191,5 @@ syslog-ng
 mythappletrailers
 ppp
 mingetty
-setserial
\ No newline at end of file
+setserial
+acpid
\ No newline at end of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index b9c72ee..974a37e 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -191,4 +191,5 @@ syslog-ng
 mythappletrailers
 ppp
 mingetty
-setserial
\ No newline at end of file
+setserial
+acpid
\ No newline at end of file
-- 
cgit v0.12


From e3945242a3155c5b19f4ee59308b117834fd9088 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 26 Jan 2009 15:05:30 -0600
Subject: Remove mysql from shutdown list closes FS#126

---
 .../clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf      | 2 +-
 .../clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf | 2 +-
 .../clarch/larch/profiles/i686-testing-local/post_process/rc.conf       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf
index 856b0be..5d559ff 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf
@@ -108,6 +108,6 @@ ROUTES=(!gateway)
 #   - prefix a daemon with a @ to start it up in the background
 #
 #DAEMONS=(syslog-ng network netfs crond)
-DAEMONS=(!syslog-ng !hotplug !pcmcia network mysqld dbus avahi-daemon)
+DAEMONS=(!syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
 
 # End of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf
index 856b0be..5d559ff 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf
@@ -108,6 +108,6 @@ ROUTES=(!gateway)
 #   - prefix a daemon with a @ to start it up in the background
 #
 #DAEMONS=(syslog-ng network netfs crond)
-DAEMONS=(!syslog-ng !hotplug !pcmcia network mysqld dbus avahi-daemon)
+DAEMONS=(!syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
 
 # End of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf
index 856b0be..5d559ff 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf
@@ -108,6 +108,6 @@ ROUTES=(!gateway)
 #   - prefix a daemon with a @ to start it up in the background
 #
 #DAEMONS=(syslog-ng network netfs crond)
-DAEMONS=(!syslog-ng !hotplug !pcmcia network mysqld dbus avahi-daemon)
+DAEMONS=(!syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
 
 # End of file
-- 
cgit v0.12


From 5788f34fcdca9e43d6ab1fa6f3c7fe98e9070e26 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 26 Jan 2009 16:56:09 -0600
Subject: Cleanup of X msgs

---
 .../profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh   | 2 +-
 .../clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx | 4 ++--
 .../i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh       | 2 +-
 .../larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx   | 4 ++--
 .../profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh    | 2 +-
 .../clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx  | 4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
index a3a11a0..a5c0a5c 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
@@ -30,4 +30,4 @@ else
     NETBOOT=YES     MythVantage &
 fi
 
-exec  fluxbox
+exec  fluxbox > /var/log/fluxbox.log 2>&1
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx
index 304b722..58858d8 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx
@@ -12,9 +12,9 @@ USEVNC=$?
 
 if [ x$USEVNC = x1 ]
 then
-        $MV_ROOT/bin/xconfig.sh
+        $MV_ROOT/bin/xconfig.sh 2>/dev/null
         cat /etc/X11/xorg.conf | sed -e 's/dev\/mouse/dev\/psaux/g'> /root/xorg.conf.install
-        startx /root/LinHES-install.sh --  -config /root/xorg.conf.install -allowMouseOpenFail
+        startx /root/LinHES-install.sh --  -config /root/xorg.conf.install -allowMouseOpenFail 2>/tmp/x.log
  else
  #VNC
      pacman -Sf --noconfirm tightvnc
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
index a3a11a0..a5c0a5c 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
@@ -30,4 +30,4 @@ else
     NETBOOT=YES     MythVantage &
 fi
 
-exec  fluxbox
+exec  fluxbox > /var/log/fluxbox.log 2>&1
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx
index 304b722..58858d8 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/startx
@@ -12,9 +12,9 @@ USEVNC=$?
 
 if [ x$USEVNC = x1 ]
 then
-        $MV_ROOT/bin/xconfig.sh
+        $MV_ROOT/bin/xconfig.sh 2>/dev/null
         cat /etc/X11/xorg.conf | sed -e 's/dev\/mouse/dev\/psaux/g'> /root/xorg.conf.install
-        startx /root/LinHES-install.sh --  -config /root/xorg.conf.install -allowMouseOpenFail
+        startx /root/LinHES-install.sh --  -config /root/xorg.conf.install -allowMouseOpenFail 2>/tmp/x.log
  else
  #VNC
      pacman -Sf --noconfirm tightvnc
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
index a3a11a0..a5c0a5c 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
@@ -30,4 +30,4 @@ else
     NETBOOT=YES     MythVantage &
 fi
 
-exec  fluxbox
+exec  fluxbox > /var/log/fluxbox.log 2>&1
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx
index 304b722..58858d8 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/startx
@@ -12,9 +12,9 @@ USEVNC=$?
 
 if [ x$USEVNC = x1 ]
 then
-        $MV_ROOT/bin/xconfig.sh
+        $MV_ROOT/bin/xconfig.sh 2>/dev/null
         cat /etc/X11/xorg.conf | sed -e 's/dev\/mouse/dev\/psaux/g'> /root/xorg.conf.install
-        startx /root/LinHES-install.sh --  -config /root/xorg.conf.install -allowMouseOpenFail
+        startx /root/LinHES-install.sh --  -config /root/xorg.conf.install -allowMouseOpenFail 2>/tmp/x.log
  else
  #VNC
      pacman -Sf --noconfirm tightvnc
-- 
cgit v0.12


From 22a0914d2be8dadbd761bc04a7c13fc4badb0b95 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Tue, 27 Jan 2009 23:32:59 -0800
Subject: Removed as the kernel now houses these modules.

---
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 974a37e..3b21f26 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -169,8 +169,8 @@ rt2x00-rt71w-fw
 tiacx
 tiacx-firmware
 wireless_tools
-wlan-ng26
-wlan-ng26-utils
+#wlan-ng26
+#wlan-ng26-utils
 zd1211-firmware
 hdhomerun
 #----
@@ -192,4 +192,4 @@ mythappletrailers
 ppp
 mingetty
 setserial
-acpid
\ No newline at end of file
+acpid
-- 
cgit v0.12


From 09cb7cc351d3d3a73ccee14f4f1e4758d1b4a1a5 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Thu, 29 Jan 2009 14:48:57 -0600
Subject: profile sync

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks    | 6 +++---
 .../clarch/larch/profiles/i686-testing-local-httpd/addedpacks       | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 974a37e..3b21f26 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -169,8 +169,8 @@ rt2x00-rt71w-fw
 tiacx
 tiacx-firmware
 wireless_tools
-wlan-ng26
-wlan-ng26-utils
+#wlan-ng26
+#wlan-ng26-utils
 zd1211-firmware
 hdhomerun
 #----
@@ -192,4 +192,4 @@ mythappletrailers
 ppp
 mingetty
 setserial
-acpid
\ No newline at end of file
+acpid
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 974a37e..3b21f26 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -169,8 +169,8 @@ rt2x00-rt71w-fw
 tiacx
 tiacx-firmware
 wireless_tools
-wlan-ng26
-wlan-ng26-utils
+#wlan-ng26
+#wlan-ng26-utils
 zd1211-firmware
 hdhomerun
 #----
@@ -192,4 +192,4 @@ mythappletrailers
 ppp
 mingetty
 setserial
-acpid
\ No newline at end of file
+acpid
-- 
cgit v0.12


From 3001b2b0856952f09d661ec77b4db46ae0b69a4e Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Thu, 29 Jan 2009 15:09:19 -0600
Subject: Modify mp to not include the pkgname when checking for which repo to
 use. Specifily this corrects placing klibc-extras in the extra repo.

---
 build_tools/bin/mp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/build_tools/bin/mp b/build_tools/bin/mp
index 102454e..5a75ca5 100755
--- a/build_tools/bin/mp
+++ b/build_tools/bin/mp
@@ -23,20 +23,21 @@ fi
 
 
 function find_repo {
-    echo $mydir|grep -q "extra"
+    dirname=`dirname $mydir`
+    echo $dirname|grep -q "extra"
     if [ $? = 0 ]
     then
         REPO=extra${PFIX}
         else
         REPO=core${PFIX}
     fi
-    echo $mydir|grep -q "chroot-devel"
+    echo $dirname|grep -q "chroot-devel"
     if [ $? = 0 ]
     then
 	   REPO=chroot-devel
     fi
 
-    echo $mydir|grep -q "mv-core"
+    echo $dirname|grep -q "mv-core"
     if [ $? = 0 ]
     then
        REPO=mv-core
@@ -51,6 +52,7 @@ function find_repo {
     then
 	mkdir -p $DOCROOT
    fi
+
 }
 
 
-- 
cgit v0.12


From 419497ca589c2ef161e9a31653e7b1a6a01ee191 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Thu, 29 Jan 2009 17:40:57 -0600
Subject: replace esd with esound

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 2 +-
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 2 +-
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 3b21f26..75b9dad 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -122,7 +122,7 @@ lirc
 lirc-utils
 mysql
 xmltv
-esd
+esound
 
 #Window Manager
 fluxbox
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 3b21f26..75b9dad 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -122,7 +122,7 @@ lirc
 lirc-utils
 mysql
 xmltv
-esd
+esound
 
 #Window Manager
 fluxbox
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 3b21f26..75b9dad 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -122,7 +122,7 @@ lirc
 lirc-utils
 mysql
 xmltv
-esd
+esound
 
 #Window Manager
 fluxbox
-- 
cgit v0.12


From f36e031c61db16fe5800d7525ab9def192e1188e Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Mon, 2 Feb 2009 01:04:33 -0800
Subject: Ensure linhes-sounds gets installed.

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 1 +
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 1 +
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 75b9dad..249263f 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -176,6 +176,7 @@ hdhomerun
 #----
 LinHES-config
 LinHES-system
+linhes-sounds
 etcnet
 runit
 runit-scripts
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 75b9dad..249263f 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -176,6 +176,7 @@ hdhomerun
 #----
 LinHES-config
 LinHES-system
+linhes-sounds
 etcnet
 runit
 runit-scripts
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 75b9dad..249263f 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -176,6 +176,7 @@ hdhomerun
 #----
 LinHES-config
 LinHES-system
+linhes-sounds
 etcnet
 runit
 runit-scripts
-- 
cgit v0.12


From 65379642d9251fd769c080a7ad2c9f061ce93ce3 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sun, 8 Feb 2009 20:52:30 -0800
Subject: Optional software to be installed.

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs      | 3 +++
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs | 3 +++
 build_tools/clarch/larch/profiles/i686-testing-local/cache_packs       | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
index 74c5a4d..1174f1a 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
@@ -11,3 +11,6 @@ samba
 mplayer
 xine-ui
 lcdproc
+miro
+sdlmame
+xe
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
index 74c5a4d..1174f1a 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
@@ -11,3 +11,6 @@ samba
 mplayer
 xine-ui
 lcdproc
+miro
+sdlmame
+xe
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
index 74c5a4d..1174f1a 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
@@ -11,3 +11,6 @@ samba
 mplayer
 xine-ui
 lcdproc
+miro
+sdlmame
+xe
-- 
cgit v0.12


From 7a6f3a0c4c1a331e05019882726b86e8af686d7e Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sun, 8 Feb 2009 20:52:59 -0800
Subject: Commented i810 in special hardware.

---
 .../i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg         | 12 +++++-------
 .../i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg    | 12 +++++-------
 .../profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg | 12 +++++-------
 3 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
index cd2fe71..7631d0a 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
@@ -11,17 +11,15 @@ MENU TABMSGROW 22
 
 MENU TITLE LinHES: The Linux Home Entertainment System
 
-
 label atomic
 MENU LABEL LinHES on Atomic Ant!
 kernel vmlinuz
 append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
 
-label linux-i810
-MENU LABEL with Intel i810 driver (DRI disabled)
-kernel vmlinuz
-append initrd=larch.img i810
-
+#label linux-i810
+#MENU LABEL with Intel i810 driver (DRI disabled)
+#kernel vmlinuz
+#append initrd=larch.img i810
 
 label linux-vesa
 MENU LABEL Force use of vesa driver 
@@ -31,4 +29,4 @@ append initrd=larch.img forceXvesa
 label goback
 MENU LABEL  Back
 kernel vesamenu.c32
-append menu isolinux.cfg
\ No newline at end of file
+append menu isolinux.cfg
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
index cd2fe71..7631d0a 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
@@ -11,17 +11,15 @@ MENU TABMSGROW 22
 
 MENU TITLE LinHES: The Linux Home Entertainment System
 
-
 label atomic
 MENU LABEL LinHES on Atomic Ant!
 kernel vmlinuz
 append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
 
-label linux-i810
-MENU LABEL with Intel i810 driver (DRI disabled)
-kernel vmlinuz
-append initrd=larch.img i810
-
+#label linux-i810
+#MENU LABEL with Intel i810 driver (DRI disabled)
+#kernel vmlinuz
+#append initrd=larch.img i810
 
 label linux-vesa
 MENU LABEL Force use of vesa driver 
@@ -31,4 +29,4 @@ append initrd=larch.img forceXvesa
 label goback
 MENU LABEL  Back
 kernel vesamenu.c32
-append menu isolinux.cfg
\ No newline at end of file
+append menu isolinux.cfg
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
index cd2fe71..7631d0a 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
@@ -11,17 +11,15 @@ MENU TABMSGROW 22
 
 MENU TITLE LinHES: The Linux Home Entertainment System
 
-
 label atomic
 MENU LABEL LinHES on Atomic Ant!
 kernel vmlinuz
 append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
 
-label linux-i810
-MENU LABEL with Intel i810 driver (DRI disabled)
-kernel vmlinuz
-append initrd=larch.img i810
-
+#label linux-i810
+#MENU LABEL with Intel i810 driver (DRI disabled)
+#kernel vmlinuz
+#append initrd=larch.img i810
 
 label linux-vesa
 MENU LABEL Force use of vesa driver 
@@ -31,4 +29,4 @@ append initrd=larch.img forceXvesa
 label goback
 MENU LABEL  Back
 kernel vesamenu.c32
-append menu isolinux.cfg
\ No newline at end of file
+append menu isolinux.cfg
-- 
cgit v0.12


From 808093c30776dc56d951ca1813f2296a481734a6 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sun, 8 Feb 2009 20:53:18 -0800
Subject: Changed I'm Special to Special Hardware.

---
 .../larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg    | 2 +-
 .../profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg     | 2 +-
 .../larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
index c5a8041..62fe397 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
@@ -23,7 +23,7 @@ kernel vmlinuz
 append initrd=larch.img
 
 label special
-MENU LABEL I'm Special
+MENU LABEL Special Hardware
 kernel vesamenu.c32
 append hardsub.cfg
 
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
index c5a8041..62fe397 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
@@ -23,7 +23,7 @@ kernel vmlinuz
 append initrd=larch.img
 
 label special
-MENU LABEL I'm Special
+MENU LABEL Special Hardware
 kernel vesamenu.c32
 append hardsub.cfg
 
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
index c5a8041..62fe397 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
@@ -23,7 +23,7 @@ kernel vmlinuz
 append initrd=larch.img
 
 label special
-MENU LABEL I'm Special
+MENU LABEL Special Hardware
 kernel vesamenu.c32
 append hardsub.cfg
 
-- 
cgit v0.12


From 678af9838d9a6509732bf56da5b20217cc122825 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Mon, 9 Feb 2009 23:24:36 -0800
Subject: Removed miro, xe and sdlmame from cache_packs.

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs      | 3 ---
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs | 3 ---
 build_tools/clarch/larch/profiles/i686-testing-local/cache_packs       | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
index 1174f1a..74c5a4d 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
@@ -11,6 +11,3 @@ samba
 mplayer
 xine-ui
 lcdproc
-miro
-sdlmame
-xe
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
index 1174f1a..74c5a4d 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
@@ -11,6 +11,3 @@ samba
 mplayer
 xine-ui
 lcdproc
-miro
-sdlmame
-xe
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
index 1174f1a..74c5a4d 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
@@ -11,6 +11,3 @@ samba
 mplayer
 xine-ui
 lcdproc
-miro
-sdlmame
-xe
-- 
cgit v0.12


From 4270a4bf58ab9701215b360122dca6d9faf2641f Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Tue, 10 Feb 2009 07:26:34 -0800
Subject: Install MythStream and MythVOdka as default.

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 2 ++
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 2 ++
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks       | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 249263f..9c2e97f 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -190,6 +190,8 @@ netkit-telnet
 ntp
 syslog-ng
 mythappletrailers
+mythstream
+mythvodka
 ppp
 mingetty
 setserial
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 249263f..9c2e97f 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -190,6 +190,8 @@ netkit-telnet
 ntp
 syslog-ng
 mythappletrailers
+mythstream
+mythvodka
 ppp
 mingetty
 setserial
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 249263f..9c2e97f 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -190,6 +190,8 @@ netkit-telnet
 ntp
 syslog-ng
 mythappletrailers
+mythstream
+mythvodka
 ppp
 mingetty
 setserial
-- 
cgit v0.12


From e55fce89cdb2a7d48bb17f9ebdb963a577af8607 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Wed, 11 Feb 2009 15:39:07 -0800
Subject: For splashy.

---
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks         | 1 +
 .../clarch/larch/profiles/i686-testing-local/post_process/rc.conf       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 9c2e97f..6f742ec 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -196,3 +196,4 @@ ppp
 mingetty
 setserial
 acpid
+splashy
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf
index 5d559ff..761e6c2 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf
@@ -109,5 +109,5 @@ ROUTES=(!gateway)
 #
 #DAEMONS=(syslog-ng network netfs crond)
 DAEMONS=(!syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
-
+SPLASH="splashy"
 # End of file
-- 
cgit v0.12


From 48c592d1c6d046aeb7a4ad5edc8e75a6bba458ed Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Thu, 12 Feb 2009 09:35:14 -0800
Subject: Removed splashy in favor of fbsplash.

---
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks        | 2 +-
 .../clarch/larch/profiles/i686-testing-local/post_process/rc.conf      | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 6f742ec..8257671 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -196,4 +196,4 @@ ppp
 mingetty
 setserial
 acpid
-splashy
+fbsplash
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf
index 761e6c2..499e38c 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf
@@ -108,6 +108,5 @@ ROUTES=(!gateway)
 #   - prefix a daemon with a @ to start it up in the background
 #
 #DAEMONS=(syslog-ng network netfs crond)
-DAEMONS=(!syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
-SPLASH="splashy"
+DAEMONS=(fbsplash !syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
 # End of file
-- 
cgit v0.12


From b324ea89a5ca199d9dc09608e9f92900a5669645 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Thu, 12 Feb 2009 12:11:34 -0600
Subject: profile sync

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks       | 2 ++
 .../clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf     | 3 +--
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks  | 2 ++
 .../larch/profiles/i686-testing-local-httpd/post_process/rc.conf       | 3 +--
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 9c2e97f..945f964 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -36,6 +36,7 @@ alsa-utils
 cdparanoia
 cdrdao
 unzip
+which
 
 
 # Xorg packages
@@ -196,3 +197,4 @@ ppp
 mingetty
 setserial
 acpid
+fbsplash
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf
index 5d559ff..499e38c 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf
@@ -108,6 +108,5 @@ ROUTES=(!gateway)
 #   - prefix a daemon with a @ to start it up in the background
 #
 #DAEMONS=(syslog-ng network netfs crond)
-DAEMONS=(!syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
-
+DAEMONS=(fbsplash !syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
 # End of file
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 9c2e97f..945f964 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -36,6 +36,7 @@ alsa-utils
 cdparanoia
 cdrdao
 unzip
+which
 
 
 # Xorg packages
@@ -196,3 +197,4 @@ ppp
 mingetty
 setserial
 acpid
+fbsplash
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf
index 5d559ff..499e38c 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf
@@ -108,6 +108,5 @@ ROUTES=(!gateway)
 #   - prefix a daemon with a @ to start it up in the background
 #
 #DAEMONS=(syslog-ng network netfs crond)
-DAEMONS=(!syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
-
+DAEMONS=(fbsplash !syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon)
 # End of file
-- 
cgit v0.12


From de37daae4123a2198ca4fd601c3036cddcc5fa4f Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Thu, 12 Feb 2009 12:12:32 -0600
Subject: 2nd profile sync

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 1 -
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 1 -
 2 files changed, 2 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 945f964..8257671 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -36,7 +36,6 @@ alsa-utils
 cdparanoia
 cdrdao
 unzip
-which
 
 
 # Xorg packages
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 945f964..8257671 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -36,7 +36,6 @@ alsa-utils
 cdparanoia
 cdrdao
 unzip
-which
 
 
 # Xorg packages
-- 
cgit v0.12


From 2fb65d85a7502bb76fbf7e53babb003f802d4494 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Thu, 12 Feb 2009 10:58:44 -0800
Subject: FBSplash.

---
 .../cd-root/isolinux/hardsub.cfg                   |  2 +-
 .../cd-root/isolinux/isolinux.cfg                  |  2 +-
 .../profiles/i686-testing-local/mkinitcpio.conf    | 54 ++++++++++++++++++++++
 3 files changed, 56 insertions(+), 2 deletions(-)
 create mode 100644 build_tools/clarch/larch/profiles/i686-testing-local/mkinitcpio.conf

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
index 7631d0a..74b8e84 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
@@ -14,7 +14,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System
 label atomic
 MENU LABEL LinHES on Atomic Ant!
 kernel vmlinuz
-append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
+append initrd=larch.img  vga=792 quiet splash=silent,theme:darch console=tty1 disablemodules=agpart,intel_agp
 
 #label linux-i810
 #MENU LABEL with Intel i810 driver (DRI disabled)
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
index 62fe397..c928973 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
@@ -15,7 +15,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System
 label linux
 MENU LABEL LinHES with Splashy (default).
 kernel vmlinuz
-append initrd=larch.img vga=791 quiet splash
+append initrd=larch.img vga=792 quiet splash=silent,theme:darch console=tty1
 
 label linux-nosplash
 MENU LABEL LinHES without splash screen.
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/mkinitcpio.conf b/build_tools/clarch/larch/profiles/i686-testing-local/mkinitcpio.conf
new file mode 100644
index 0000000..7279f45
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/mkinitcpio.conf
@@ -0,0 +1,54 @@
+# vim:set ft=sh
+# MODULES
+# The following modules are loaded before any boot hooks are
+# run.  Advanced users may wish to specify all system modules
+# in this array.  For instance:
+#     MODULES="piix ide_disk reiserfs"
+MODULES=""
+
+# BINARIES
+# This setting includes, into the CPIO image, and additional
+# binaries a given user may wish.  This is run first, so may
+# be used to override the actual binaries used in a given hook.
+# (Existing files are NOT overwritten is already added)
+# BINARIES are dependancy parsed, so you may safely ignore libraries
+#BINARIES=""
+
+# FILES
+# This setting is similar to BINARIES above, however, files are added
+# as-is and are not parsed in anyway.  This is useful for config files.
+# Some users may wish to include modprobe.conf for custom module options,
+# like so:
+#    FILES="/etc/modprobe.conf"
+FILES=""
+
+# HOOKS
+# This is the most important setting in this file.  The HOOKS control the
+# modules and scripts added to the image, and what happens at boot time.
+# Order is important, and it is recommended that you do not change the
+# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
+# help on a given hook.
+# 'base' is _required_ unless you know precisely what you are doing.
+# 'udev' is _required_ in order to automatically load modules
+# 'modload' may be used in place of 'udev', but is not recommended
+# 'filesystems' is _required_ unless you specify your fs modules in MODULES
+# Examples:
+#    This setup specifies all modules in the MODULES setting above.
+#    No raid, lvm, or encrypted root is needed.
+#    HOOKS="base"
+#
+#    This setup will autodetect all modules for your system and should
+#    work as a sane default
+#    HOOKS="base udev autodetect ide scsi sata filesystems"
+#
+#    This setup will generate a 'full' image which supports most systems.
+#    No autodetection is done.
+#    HOOKS="base udev ide scsi sata usb filesystems"
+#
+#    This setup assembles an ide raid array with an encrypted root FS.
+#    Note: See 'mkinitcpio -H raid' for more information on raid devices.
+#    HOOKS="base udev ide filesystems raid encrypt"
+#
+#    This setup loads an LVM volume group on a usb device.
+#    HOOKS="base udev usb filesystems lvm"
+HOOKS="base udev pata scsi sata usb larch1 larch2_aufs larch3 fbsplash"
-- 
cgit v0.12


From 9e2a533bf497a56a08ec07d1ff4361a2ae1f799a Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Thu, 12 Feb 2009 11:34:32 -0800
Subject: Profile sync (fbsplash).

---
 .../cd-root/isolinux/hardsub.cfg                   |  2 +-
 .../cd-root/isolinux/isolinux.cfg                  |  2 +-
 .../profiles/i686-testing-REMOTE/mkinitcpio.conf   | 54 ++++++++++++++++++++++
 .../cd-root/isolinux/hardsub.cfg                   |  2 +-
 .../cd-root/isolinux/isolinux.cfg                  |  2 +-
 .../i686-testing-local-httpd/mkinitcpio.conf       | 54 ++++++++++++++++++++++
 6 files changed, 112 insertions(+), 4 deletions(-)
 create mode 100644 build_tools/clarch/larch/profiles/i686-testing-REMOTE/mkinitcpio.conf
 create mode 100644 build_tools/clarch/larch/profiles/i686-testing-local-httpd/mkinitcpio.conf

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
index 7631d0a..74b8e84 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
@@ -14,7 +14,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System
 label atomic
 MENU LABEL LinHES on Atomic Ant!
 kernel vmlinuz
-append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
+append initrd=larch.img  vga=792 quiet splash=silent,theme:darch console=tty1 disablemodules=agpart,intel_agp
 
 #label linux-i810
 #MENU LABEL with Intel i810 driver (DRI disabled)
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
index 62fe397..c928973 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
@@ -15,7 +15,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System
 label linux
 MENU LABEL LinHES with Splashy (default).
 kernel vmlinuz
-append initrd=larch.img vga=791 quiet splash
+append initrd=larch.img vga=792 quiet splash=silent,theme:darch console=tty1
 
 label linux-nosplash
 MENU LABEL LinHES without splash screen.
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/mkinitcpio.conf b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/mkinitcpio.conf
new file mode 100644
index 0000000..7279f45
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/mkinitcpio.conf
@@ -0,0 +1,54 @@
+# vim:set ft=sh
+# MODULES
+# The following modules are loaded before any boot hooks are
+# run.  Advanced users may wish to specify all system modules
+# in this array.  For instance:
+#     MODULES="piix ide_disk reiserfs"
+MODULES=""
+
+# BINARIES
+# This setting includes, into the CPIO image, and additional
+# binaries a given user may wish.  This is run first, so may
+# be used to override the actual binaries used in a given hook.
+# (Existing files are NOT overwritten is already added)
+# BINARIES are dependancy parsed, so you may safely ignore libraries
+#BINARIES=""
+
+# FILES
+# This setting is similar to BINARIES above, however, files are added
+# as-is and are not parsed in anyway.  This is useful for config files.
+# Some users may wish to include modprobe.conf for custom module options,
+# like so:
+#    FILES="/etc/modprobe.conf"
+FILES=""
+
+# HOOKS
+# This is the most important setting in this file.  The HOOKS control the
+# modules and scripts added to the image, and what happens at boot time.
+# Order is important, and it is recommended that you do not change the
+# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
+# help on a given hook.
+# 'base' is _required_ unless you know precisely what you are doing.
+# 'udev' is _required_ in order to automatically load modules
+# 'modload' may be used in place of 'udev', but is not recommended
+# 'filesystems' is _required_ unless you specify your fs modules in MODULES
+# Examples:
+#    This setup specifies all modules in the MODULES setting above.
+#    No raid, lvm, or encrypted root is needed.
+#    HOOKS="base"
+#
+#    This setup will autodetect all modules for your system and should
+#    work as a sane default
+#    HOOKS="base udev autodetect ide scsi sata filesystems"
+#
+#    This setup will generate a 'full' image which supports most systems.
+#    No autodetection is done.
+#    HOOKS="base udev ide scsi sata usb filesystems"
+#
+#    This setup assembles an ide raid array with an encrypted root FS.
+#    Note: See 'mkinitcpio -H raid' for more information on raid devices.
+#    HOOKS="base udev ide filesystems raid encrypt"
+#
+#    This setup loads an LVM volume group on a usb device.
+#    HOOKS="base udev usb filesystems lvm"
+HOOKS="base udev pata scsi sata usb larch1 larch2_aufs larch3 fbsplash"
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
index 7631d0a..74b8e84 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
@@ -14,7 +14,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System
 label atomic
 MENU LABEL LinHES on Atomic Ant!
 kernel vmlinuz
-append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp
+append initrd=larch.img  vga=792 quiet splash=silent,theme:darch console=tty1 disablemodules=agpart,intel_agp
 
 #label linux-i810
 #MENU LABEL with Intel i810 driver (DRI disabled)
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
index 62fe397..c928973 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
@@ -15,7 +15,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System
 label linux
 MENU LABEL LinHES with Splashy (default).
 kernel vmlinuz
-append initrd=larch.img vga=791 quiet splash
+append initrd=larch.img vga=792 quiet splash=silent,theme:darch console=tty1
 
 label linux-nosplash
 MENU LABEL LinHES without splash screen.
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/mkinitcpio.conf b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/mkinitcpio.conf
new file mode 100644
index 0000000..7279f45
--- /dev/null
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/mkinitcpio.conf
@@ -0,0 +1,54 @@
+# vim:set ft=sh
+# MODULES
+# The following modules are loaded before any boot hooks are
+# run.  Advanced users may wish to specify all system modules
+# in this array.  For instance:
+#     MODULES="piix ide_disk reiserfs"
+MODULES=""
+
+# BINARIES
+# This setting includes, into the CPIO image, and additional
+# binaries a given user may wish.  This is run first, so may
+# be used to override the actual binaries used in a given hook.
+# (Existing files are NOT overwritten is already added)
+# BINARIES are dependancy parsed, so you may safely ignore libraries
+#BINARIES=""
+
+# FILES
+# This setting is similar to BINARIES above, however, files are added
+# as-is and are not parsed in anyway.  This is useful for config files.
+# Some users may wish to include modprobe.conf for custom module options,
+# like so:
+#    FILES="/etc/modprobe.conf"
+FILES=""
+
+# HOOKS
+# This is the most important setting in this file.  The HOOKS control the
+# modules and scripts added to the image, and what happens at boot time.
+# Order is important, and it is recommended that you do not change the
+# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
+# help on a given hook.
+# 'base' is _required_ unless you know precisely what you are doing.
+# 'udev' is _required_ in order to automatically load modules
+# 'modload' may be used in place of 'udev', but is not recommended
+# 'filesystems' is _required_ unless you specify your fs modules in MODULES
+# Examples:
+#    This setup specifies all modules in the MODULES setting above.
+#    No raid, lvm, or encrypted root is needed.
+#    HOOKS="base"
+#
+#    This setup will autodetect all modules for your system and should
+#    work as a sane default
+#    HOOKS="base udev autodetect ide scsi sata filesystems"
+#
+#    This setup will generate a 'full' image which supports most systems.
+#    No autodetection is done.
+#    HOOKS="base udev ide scsi sata usb filesystems"
+#
+#    This setup assembles an ide raid array with an encrypted root FS.
+#    Note: See 'mkinitcpio -H raid' for more information on raid devices.
+#    HOOKS="base udev ide filesystems raid encrypt"
+#
+#    This setup loads an LVM volume group on a usb device.
+#    HOOKS="base udev usb filesystems lvm"
+HOOKS="base udev pata scsi sata usb larch1 larch2_aufs larch3 fbsplash"
-- 
cgit v0.12


From 827f1a50c3cce450556a345f753239f6621e7ad4 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Thu, 12 Feb 2009 16:53:13 -0600
Subject: profile sync

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 3 ---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs     | 4 ++++
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 3 ---
 .../clarch/larch/profiles/i686-testing-local-httpd/cache_packs        | 4 ++++
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks       | 3 ---
 build_tools/clarch/larch/profiles/i686-testing-local/cache_packs      | 4 ++++
 6 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index 8257671..fb417a4 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -189,9 +189,6 @@ nfs-utils
 netkit-telnet
 ntp
 syslog-ng
-mythappletrailers
-mythstream
-mythvodka
 ppp
 mingetty
 setserial
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
index 74c5a4d..3939aa0 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
@@ -11,3 +11,7 @@ samba
 mplayer
 xine-ui
 lcdproc
+mythappletrailers
+mythstream
+mythvodka
+
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index 8257671..fb417a4 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -189,9 +189,6 @@ nfs-utils
 netkit-telnet
 ntp
 syslog-ng
-mythappletrailers
-mythstream
-mythvodka
 ppp
 mingetty
 setserial
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
index 74c5a4d..3939aa0 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
@@ -11,3 +11,7 @@ samba
 mplayer
 xine-ui
 lcdproc
+mythappletrailers
+mythstream
+mythvodka
+
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index 8257671..fb417a4 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -189,9 +189,6 @@ nfs-utils
 netkit-telnet
 ntp
 syslog-ng
-mythappletrailers
-mythstream
-mythvodka
 ppp
 mingetty
 setserial
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
index 74c5a4d..3939aa0 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
@@ -11,3 +11,7 @@ samba
 mplayer
 xine-ui
 lcdproc
+mythappletrailers
+mythstream
+mythvodka
+
-- 
cgit v0.12


From d0aa0e1057281811a76f0022a3e0c2b99b9efb58 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Fri, 13 Feb 2009 23:32:21 -0800
Subject: FBsplash!

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 1 +
 .../larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg  | 4 ++--
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 1 +
 .../profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg   | 4 ++--
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks       | 1 +
 .../larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg   | 4 ++--
 build_tools/send_cd.sh                                                | 2 ++
 7 files changed, 11 insertions(+), 6 deletions(-)
 create mode 100755 build_tools/send_cd.sh

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index fb417a4..b5e2caa 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -194,3 +194,4 @@ mingetty
 setserial
 acpid
 fbsplash
+linhes-splash
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
index c928973..31023c0 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg
@@ -13,9 +13,9 @@ MENU TABMSGROW 22
 MENU TITLE LinHES: The Linux Home Entertainment System
 
 label linux
-MENU LABEL LinHES with Splashy (default).
+MENU LABEL LinHES (default).
 kernel vmlinuz
-append initrd=larch.img vga=792 quiet splash=silent,theme:darch console=tty1
+append initrd=larch.img vga=792 quiet splash=silent,theme:linhes console=tty1
 
 label linux-nosplash
 MENU LABEL LinHES without splash screen.
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index fb417a4..b5e2caa 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -194,3 +194,4 @@ mingetty
 setserial
 acpid
 fbsplash
+linhes-splash
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
index c928973..31023c0 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg
@@ -13,9 +13,9 @@ MENU TABMSGROW 22
 MENU TITLE LinHES: The Linux Home Entertainment System
 
 label linux
-MENU LABEL LinHES with Splashy (default).
+MENU LABEL LinHES (default).
 kernel vmlinuz
-append initrd=larch.img vga=792 quiet splash=silent,theme:darch console=tty1
+append initrd=larch.img vga=792 quiet splash=silent,theme:linhes console=tty1
 
 label linux-nosplash
 MENU LABEL LinHES without splash screen.
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index fb417a4..b5e2caa 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -194,3 +194,4 @@ mingetty
 setserial
 acpid
 fbsplash
+linhes-splash
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
index c928973..31023c0 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg
@@ -13,9 +13,9 @@ MENU TABMSGROW 22
 MENU TITLE LinHES: The Linux Home Entertainment System
 
 label linux
-MENU LABEL LinHES with Splashy (default).
+MENU LABEL LinHES (default).
 kernel vmlinuz
-append initrd=larch.img vga=792 quiet splash=silent,theme:darch console=tty1
+append initrd=larch.img vga=792 quiet splash=silent,theme:linhes console=tty1
 
 label linux-nosplash
 MENU LABEL LinHES without splash screen.
diff --git a/build_tools/send_cd.sh b/build_tools/send_cd.sh
new file mode 100755
index 0000000..f2c19b2
--- /dev/null
+++ b/build_tools/send_cd.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+scp /tmp/testcd-2.iso cecil@192.168.1.250:/home/cecil
-- 
cgit v0.12


From 8e8c1b6029186418852ef29397193ceb5f8eb4ca Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 16 Feb 2009 16:45:27 -0600
Subject: add the display of the readme file

---
 .../profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh      | 1 +
 .../profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh | 1 +
 .../larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh | 1 +
 3 files changed, 3 insertions(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
index a5c0a5c..6acd24a 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
@@ -22,6 +22,7 @@ then
 else
 	export CLEAN_UPGRADE=NO
 fi
+MythVantage -r
 
 if  [ x$NFSROOT = x1  ]
 then
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
index a5c0a5c..6acd24a 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh
@@ -22,6 +22,7 @@ then
 else
 	export CLEAN_UPGRADE=NO
 fi
+MythVantage -r
 
 if  [ x$NFSROOT = x1  ]
 then
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
index a5c0a5c..6acd24a 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh
@@ -22,6 +22,7 @@ then
 else
 	export CLEAN_UPGRADE=NO
 fi
+MythVantage -r
 
 if  [ x$NFSROOT = x1  ]
 then
-- 
cgit v0.12


From ba892b3822bc240e42a305fc67f57480fa1592fd Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 16 Feb 2009 18:15:23 -0600
Subject: remove the --holdver, this can always be passed back in on the cmd
 line.

---
 build_tools/bin/mp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build_tools/bin/mp b/build_tools/bin/mp
index 5a75ca5..65767c2 100755
--- a/build_tools/bin/mp
+++ b/build_tools/bin/mp
@@ -97,11 +97,11 @@ function update-src-pkg {
 
 find_repo
 
-makepkg --holdver --asroot  $@ || exit 1
+makepkg  --asroot  $@ || exit 1
 echo "---------updating database ----------"
 update-repo #&& pacman -Sy
 echo "----------creating source package---------"
-makepkg -f  --holdver --asroot  --source  &&  update-src-pkg
+makepkg -f   --asroot  --source  &&  update-src-pkg
 
 
 
-- 
cgit v0.12


From 710b4ca342ab3e30ba1bcecc1d7e86ce1d18dc52 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 16 Feb 2009 18:15:41 -0600
Subject: remove the old pkg db before generating a new one.

---
 build_tools/bin/update_db_repo.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build_tools/bin/update_db_repo.sh b/build_tools/bin/update_db_repo.sh
index 27a594b..c4d38cf 100755
--- a/build_tools/bin/update_db_repo.sh
+++ b/build_tools/bin/update_db_repo.sh
@@ -17,5 +17,7 @@ echo " --------------------------"
 echo "updating database for $REPO"
 echo " --------------------------"
 pwd
+	#forcefully remove the old db to start clean
+	rm -f $REPO.db.tar.gz
 	repo-add -q $REPO.db.tar.gz *.pkg.tar.gz
 cd -
-- 
cgit v0.12


From a291902b7818246b5aedaf568b5079081cfd5824 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Tue, 17 Feb 2009 18:22:40 -0800
Subject: Boot using LinHES theme.

---
 .../larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg     | 2 +-
 .../profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg      | 2 +-
 .../larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
index 74b8e84..d60661a 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg
@@ -14,7 +14,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System
 label atomic
 MENU LABEL LinHES on Atomic Ant!
 kernel vmlinuz
-append initrd=larch.img  vga=792 quiet splash=silent,theme:darch console=tty1 disablemodules=agpart,intel_agp
+append initrd=larch.img  vga=792 quiet splash=silent,theme:linhes console=tty1 disablemodules=agpart,intel_agp
 
 #label linux-i810
 #MENU LABEL with Intel i810 driver (DRI disabled)
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
index 74b8e84..d60661a 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg
@@ -14,7 +14,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System
 label atomic
 MENU LABEL LinHES on Atomic Ant!
 kernel vmlinuz
-append initrd=larch.img  vga=792 quiet splash=silent,theme:darch console=tty1 disablemodules=agpart,intel_agp
+append initrd=larch.img  vga=792 quiet splash=silent,theme:linhes console=tty1 disablemodules=agpart,intel_agp
 
 #label linux-i810
 #MENU LABEL with Intel i810 driver (DRI disabled)
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
index 74b8e84..d60661a 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg
@@ -14,7 +14,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System
 label atomic
 MENU LABEL LinHES on Atomic Ant!
 kernel vmlinuz
-append initrd=larch.img  vga=792 quiet splash=silent,theme:darch console=tty1 disablemodules=agpart,intel_agp
+append initrd=larch.img  vga=792 quiet splash=silent,theme:linhes console=tty1 disablemodules=agpart,intel_agp
 
 #label linux-i810
 #MENU LABEL with Intel i810 driver (DRI disabled)
-- 
cgit v0.12


From a6b0d254888315d90047173414af316741e8ecf7 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 18 Feb 2009 15:32:15 -0600
Subject: add back --hold-ver to the src pkg.

---
 build_tools/bin/mp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_tools/bin/mp b/build_tools/bin/mp
index 65767c2..5cab636 100755
--- a/build_tools/bin/mp
+++ b/build_tools/bin/mp
@@ -101,7 +101,7 @@ makepkg  --asroot  $@ || exit 1
 echo "---------updating database ----------"
 update-repo #&& pacman -Sy
 echo "----------creating source package---------"
-makepkg -f   --asroot  --source  &&  update-src-pkg
+makepkg -f --hold-ver  --asroot  --source  &&  update-src-pkg
 
 
 
-- 
cgit v0.12


From a6b06fe497431eaaff7214f5869f08a96a41b282 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 18 Feb 2009 15:50:01 -0600
Subject: it's --holdver

---
 build_tools/bin/mp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_tools/bin/mp b/build_tools/bin/mp
index 5cab636..884fece 100755
--- a/build_tools/bin/mp
+++ b/build_tools/bin/mp
@@ -101,7 +101,7 @@ makepkg  --asroot  $@ || exit 1
 echo "---------updating database ----------"
 update-repo #&& pacman -Sy
 echo "----------creating source package---------"
-makepkg -f --hold-ver  --asroot  --source  &&  update-src-pkg
+makepkg -f --holdver  --asroot  --source  &&  update-src-pkg
 
 
 
-- 
cgit v0.12


From d51c4c3de80ecebedd5bae3340c6209f1ac19f01 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Wed, 18 Feb 2009 16:09:09 -0800
Subject: "Wakeup!  You cannot remember when."

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks      | 1 +
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 1 +
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index b5e2caa..bc297cf 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -195,3 +195,4 @@ setserial
 acpid
 fbsplash
 linhes-splash
+nvram-wakup
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index b5e2caa..bc297cf 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -195,3 +195,4 @@ setserial
 acpid
 fbsplash
 linhes-splash
+nvram-wakup
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index b5e2caa..bc297cf 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -195,3 +195,4 @@ setserial
 acpid
 fbsplash
 linhes-splash
+nvram-wakup
-- 
cgit v0.12


From 9967ff4097dbfbc79489c3164ab28cf33acaae33 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 18 Feb 2009 21:22:29 -0600
Subject: add splash_setup to rc.local.  This is used to connect boot option
 splash to install option.

---
 .../clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local   | 1 +
 .../larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local     | 1 +
 .../clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local
index f662a73..059c4bf 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local
@@ -55,6 +55,7 @@ done
 
 #search for remote
 init_remote
+splash_setup
 
 echo $CMDLINE | grep -qi NoX
 if [ $? = 0 ]
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local
index f662a73..059c4bf 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/etc/rc.local
@@ -55,6 +55,7 @@ done
 
 #search for remote
 init_remote
+splash_setup
 
 echo $CMDLINE | grep -qi NoX
 if [ $? = 0 ]
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
index f662a73..059c4bf 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
@@ -55,6 +55,7 @@ done
 
 #search for remote
 init_remote
+splash_setup
 
 echo $CMDLINE | grep -qi NoX
 if [ $? = 0 ]
-- 
cgit v0.12


From ad2f87ee8a7001db72758d887c8caa9b74e296b1 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 18 Feb 2009 21:31:42 -0600
Subject: change title of boot option for no login

Signed-off-by: James Meyer <james.meyer@operamail.com>
---
 .../clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst     | 2 +-
 .../larch/profiles/i686-testing-local-httpd/post_process/menu.lst       | 2 +-
 .../clarch/larch/profiles/i686-testing-local/post_process/menu.lst      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst
index ce33757..00130c3 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst
@@ -47,7 +47,7 @@ kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splas
 initrd /boot/kernel26.img
 
 # (2) noautologin
-title  STB-nologin
+title  LinHES-nologin
 root   (hd0,0)
 kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:darch console=tty1 noautologin
 initrd /boot/kernel26.img
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst
index ce33757..00130c3 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst
@@ -47,7 +47,7 @@ kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splas
 initrd /boot/kernel26.img
 
 # (2) noautologin
-title  STB-nologin
+title  LinHES-nologin
 root   (hd0,0)
 kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:darch console=tty1 noautologin
 initrd /boot/kernel26.img
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst
index ce33757..00130c3 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst
@@ -47,7 +47,7 @@ kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splas
 initrd /boot/kernel26.img
 
 # (2) noautologin
-title  STB-nologin
+title  LinHES-nologin
 root   (hd0,0)
 kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:darch console=tty1 noautologin
 initrd /boot/kernel26.img
-- 
cgit v0.12


From 673d1fe54cc80aa81bef960936fd6ddc05bc0dc6 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 18 Feb 2009 22:59:19 -0600
Subject: add oss to cache_packs

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs      | 2 +-
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs | 2 +-
 build_tools/clarch/larch/profiles/i686-testing-local/cache_packs       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
index 3939aa0..6627081 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cache_packs
@@ -14,4 +14,4 @@ lcdproc
 mythappletrailers
 mythstream
 mythvodka
-
+oss
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
index 3939aa0..6627081 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs
@@ -14,4 +14,4 @@ lcdproc
 mythappletrailers
 mythstream
 mythvodka
-
+oss
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
index 3939aa0..6627081 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/cache_packs
@@ -14,4 +14,4 @@ lcdproc
 mythappletrailers
 mythstream
 mythvodka
-
+oss
-- 
cgit v0.12


From 214272f96620ef3e19778b864d558fe509897106 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Thu, 19 Feb 2009 08:54:13 -0800
Subject: Cleaned up backup for testing local.

---
 .../i686-testing-local/cd-root/isolinux/vbg.jpg     | Bin 52081 -> 56935 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/vbg.jpg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/vbg.jpg
index e853718..7daf86d 100644
Binary files a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/vbg.jpg and b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/vbg.jpg differ
-- 
cgit v0.12


From 95e3c1c4f27ab4cfb2d35ae5281f74f1852c6656 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Fri, 20 Feb 2009 00:11:30 -0800
Subject: Install tatir.

---
 build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
index bc297cf..e533153 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks
@@ -196,3 +196,4 @@ acpid
 fbsplash
 linhes-splash
 nvram-wakup
+tatir
-- 
cgit v0.12


From aeb03254c70b8c1da20bd0619d46c53b29246e5c Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Fri, 20 Feb 2009 02:37:56 -0800
Subject: Scaled to 640x480.

---
 .../i686-testing-local/cd-root/isolinux/vbg.jpg     | Bin 56935 -> 44071 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/vbg.jpg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/vbg.jpg
index 7daf86d..07d31a6 100644
Binary files a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/vbg.jpg and b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/vbg.jpg differ
-- 
cgit v0.12


From c3198914a7eb12e7c07da7484f1735839c7722e8 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Fri, 20 Feb 2009 17:39:20 -0600
Subject: profile sync with the correct splash changes.

---
 build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks        | 1 +
 .../clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst     | 2 +-
 build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks   | 1 +
 .../larch/profiles/i686-testing-local-httpd/post_process/menu.lst       | 2 +-
 .../clarch/larch/profiles/i686-testing-local/post_process/menu.lst      | 2 +-
 5 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
index bc297cf..e533153 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks
@@ -196,3 +196,4 @@ acpid
 fbsplash
 linhes-splash
 nvram-wakup
+tatir
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst
index 00130c3..3bc6079 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst
@@ -43,7 +43,7 @@ initrd /boot/kernel26.img
 # (1) bootsplash
 title  LinHes-splashy
 root   (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:darch console=tty1
+kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:linhes console=tty1
 initrd /boot/kernel26.img
 
 # (2) noautologin
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
index bc297cf..e533153 100644
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks
@@ -196,3 +196,4 @@ acpid
 fbsplash
 linhes-splash
 nvram-wakup
+tatir
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst
index 00130c3..3bc6079 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst
@@ -43,7 +43,7 @@ initrd /boot/kernel26.img
 # (1) bootsplash
 title  LinHes-splashy
 root   (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:darch console=tty1
+kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:linhes console=tty1
 initrd /boot/kernel26.img
 
 # (2) noautologin
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst
index 00130c3..3bc6079 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst
@@ -43,7 +43,7 @@ initrd /boot/kernel26.img
 # (1) bootsplash
 title  LinHes-splashy
 root   (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:darch console=tty1
+kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:linhes console=tty1
 initrd /boot/kernel26.img
 
 # (2) noautologin
-- 
cgit v0.12


From 7c7a94f7083e09184b590324dbec6649375ced6d Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Fri, 20 Feb 2009 16:54:13 -0800
Subject: LinHES for splash.

---
 .../clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst
index 3bc6079..ab2bc95 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst
+++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/menu.lst
@@ -49,7 +49,7 @@ initrd /boot/kernel26.img
 # (2) noautologin
 title  LinHES-nologin
 root   (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:darch console=tty1 noautologin
+kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:linhes console=tty1 noautologin
 initrd /boot/kernel26.img
 
 
-- 
cgit v0.12


From 8afadf72a3bba61701d6a3ceb495fe130871dcfa Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Fri, 20 Feb 2009 16:57:39 -0800
Subject: LinHES for splash.

---
 .../larch/profiles/i686-testing-local-httpd/post_process/menu.lst       | 2 +-
 .../clarch/larch/profiles/i686-testing-local/post_process/menu.lst      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst
index 3bc6079..ab2bc95 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst
+++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/menu.lst
@@ -49,7 +49,7 @@ initrd /boot/kernel26.img
 # (2) noautologin
 title  LinHES-nologin
 root   (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:darch console=tty1 noautologin
+kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:linhes console=tty1 noautologin
 initrd /boot/kernel26.img
 
 
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst
index 3bc6079..ab2bc95 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/menu.lst
@@ -49,7 +49,7 @@ initrd /boot/kernel26.img
 # (2) noautologin
 title  LinHES-nologin
 root   (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:darch console=tty1 noautologin
+kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet  vga=0x318 splash=silent,theme:linhes console=tty1 noautologin
 initrd /boot/kernel26.img
 
 
-- 
cgit v0.12