FAQ

Version 13 (brfransen, 01/13/2016 01:01 pm)

1 1
h1. FAQ
2 2 brfransen
3 3 brfransen
* *When will LinHES release updated packages of MythTV?*
4 6 brfransen
As we are an appliance,  we like to wait a minimum of two weeks after MythTV has been released. 
5 6 brfransen
6 6 brfransen
* *How do I build a LinHES Package?*
7 13 brfransen
[[Build_a_LinHES_Package]].
8 4 brfransen
9 4 brfransen
* *Where is abs or the PKGBUILDs that make up LinHES?*
10 9 brfransen
The PKGBUILDS are located at http://cgit.linhes.org/linhes_pkgbuild/tree/abs
11 4 brfransen
12 4 brfransen
* *Where are the source packages that make up LinHES located?*
13 1
The source packages are located at http://linhes.org/repo/src_packages/
14 13 brfransen
15 13 brfransen
* *Where are the LinHES repositories located?*
16 13 brfransen
The source packages are located at http://linhes.org/repo/x86_64/
17 5 brfransen
18 5 brfransen
* *Are there any mailing lists?*
19 10 brfransen
Yes, mailing lists can be found at http://lists.linhes.org
20 8 brfransen
21 11 brfransen
* *How do I install from a USB flash drive?*
22 12 brfransen
The LinHES ISO can also be used to create a USB installation flash drive.
23 11 brfransen
#  *Linux*
24 11 brfransen
 +_Please be careful with this command as it's destructive._+
25 11 brfransen
 +_Always double check that your using the right device for the USB drive._+
26 11 brfransen
 @dd if=/path/to/LINHES.iso of=/dev/YOURUSBDRIVE@
27 11 brfransen
# *Mac*
28 11 brfransen
 +_Please be careful with this command as it's destructive._+
29 11 brfransen
 +_Check that your using the right device for the USB drive with diskutil list_+
30 11 brfransen
 +_Change rdisk# to your disk #_+
31 11 brfransen
 @dd if=/path/to/LINHES.iso of=/dev/rdisk# bs=1m@
32 11 brfransen
# *Windows*
33 11 brfransen
 "USBWriter":http://sourceforge.net/projects/usbwriter/