A quick HOWTO to save us all some time (until Larry creates the GAR system for building MiniMyth

Here is a little scriptet to update your rootfs with all the MythTV files.
To use it first download and build the CVS version of Mythtv on your build PC(instructions on the Mythtv site). http://www.mythtv.org/docs/mythtv-HOWTO-5.html
Next cd into the base dir of your MiniMyth rootfs. Just to be clear, this dir will be the root directory of MiniMyth when it boots.
Next run this script.
I usually run this as root, I'm not sure if "ln" will function correctly as another user.
---8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<--
cp -fva /usr/local/bin/mythfrontend usr/local/bin/mythfrontend
cp -fva /usr/local/lib/libmyth* usr/local/lib/.
cp -fRva /usr/local/share/mythtv/* usr/local/share/mythtv/.
cp -fRva /usr/local/lib/mythtv/* usr/local/lib/mythtv/.
cp -fRva /usr/lib/liblirc* usr/lib/.
cp -fRva /usr/lib/libmp3lame* usr/lib/.
cd usr/local/share/mythtv/
rm mysql.txt
ln -s /var/root/mysql.txt mysql.txt
cd ../../../../
---8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<--
Now you can cram your rootfs, copy it to you tftp dir, and away you go.
I hope this helps,
Regards,
Darren