FAQ
Version 11 (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 | 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 | 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 | 10 | brfransen | Yes, mailing lists can be found at http://lists.linhes.org |
17 | 8 | brfransen | |
18 | 11 | brfransen | * *How do I install from a USB flash drive?* |
19 | 8 | brfransen | The iso provided can also be used to create a USB installation flash drive. |
20 | 1 | Transfer the image to the USB drive with the dd command. |
|
21 | 11 | brfransen | # *Linux* |
22 | 11 | brfransen | +_Please be careful with this command as it's destructive._+ |
23 | 11 | brfransen | +_Always double check that your using the right device for the USB drive._+ |
24 | 11 | brfransen | @dd if=/path/to/LINHES.iso of=/dev/YOURUSBDRIVE@ |
25 | 11 | brfransen | # *Mac* |
26 | 11 | brfransen | +_Please be careful with this command as it's destructive._+ |
27 | 11 | brfransen | +_Check that your using the right device for the USB drive with diskutil list_+ |
28 | 11 | brfransen | +_Change rdisk# to your disk #_+ |
29 | 11 | brfransen | @dd if=/path/to/LINHES.iso of=/dev/rdisk# bs=1m@ |
30 | 11 | brfransen | # *Windows* |
31 | 11 | brfransen | "USBWriter":http://sourceforge.net/projects/usbwriter/ |