FAQ

Version 11 (brfransen, 01/13/2016 01:01 pm) → Version 12/14 (brfransen, 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://cgit.linhes.org/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, mailing lists can be found at http://lists.linhes.org

* *How do I install from a USB flash drive?*
The LinHES ISO iso provided can also be used to create a USB installation flash drive.
Transfer the image to the USB drive with the dd command.

# *Linux*
+_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=/path/to/LINHES.iso of=/dev/YOURUSBDRIVE@
# *Mac*
+_Please be careful with this command as it's destructive._+
+_Check that your using the right device for the USB drive with diskutil list_+
+_Change rdisk# to your disk #_+
@dd if=/path/to/LINHES.iso of=/dev/rdisk# bs=1m@
# *Windows*
"USBWriter":http://sourceforge.net/projects/usbwriter/