FAQ

Version 7 (brfransen, 01/13/2016 01:01 pm) → Version 8/14 (jams, 01/13/2016 01:01 pm)

h1. FAQ

* *When will LinHES release updated packages of MythTV?*
As we are an appliance, we like to wait a minimum of two weeks after MythTV has been released.

* *How do I build a LinHES Package?*
See the [[Guide#Development]].

* *Where is abs or the PKGBUILDs that make up LinHES?*
The PKGBUILDS are located at http://linhes.org/cgit/cgit.cgi/linhes_pkgbuild/tree/abs/

* *Where are the source packages that make up LinHES located?*
The source packages are located at http://linhes.org/repo/src_packages/

* *Are there any mailing lists?*
Yes, the commit and bugtracking list can be found here:
http://linhes.org/cgi-bin/mailman/listinfo/linhes-commits

* *How do I install from a usb flash drive?*
The iso provided can also be used to create a USB installation flash drive.
Transfer the image to the USB drive with the dd command.
+**Please be careful with this command as it's destructive.**+
*+Always double check that your using the right device for the USB drive.+*
dd if={LINHES.iso} of=/dev/{YOURUSBDRIVE}