FAQ
Version 8 (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 | 6 | brfransen | See the [[Guide#Development]]. |
8 | 4 | brfransen | |
9 | 4 | brfransen | * *Where is abs or the PKGBUILDs that make up LinHES?* |
10 | 7 | brfransen | The PKGBUILDS are located at http://linhes.org/cgit/cgit.cgi/linhes_pkgbuild/tree/abs/ |
11 | 4 | brfransen | |
12 | 4 | brfransen | * *Where are the source packages that make up LinHES located?* |
13 | 4 | brfransen | The source packages are located at http://linhes.org/repo/src_packages/ |
14 | 5 | brfransen | |
15 | 5 | brfransen | * *Are there any mailing lists?* |
16 | 5 | brfransen | Yes, the commit and bugtracking list can be found here: |
17 | 5 | brfransen | http://linhes.org/cgi-bin/mailman/listinfo/linhes-commits |
18 | 8 | brfransen | |
19 | 8 | brfransen | * *How do I install from a usb flash drive?* |
20 | 8 | brfransen | The iso provided can also be used to create a USB installation flash drive. |
21 | 8 | brfransen | Transfer the image to the USB drive with the dd command. |
22 | 8 | brfransen | +**Please be careful with this command as it's destructive.**+ |
23 | 8 | brfransen | *+Always double check that your using the right device for the USB drive.+* |
24 | 8 | brfransen | dd if={LINHES.iso} of=/dev/{YOURUSBDRIVE} |