FAQ

Version 14 (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 14 brfransen
As we are an appliance, we like to wait a minimum of two weeks after MythTV has been released. 
5 1
6 14 brfransen
* *How can I start a script or program when LinHES starts?*
7 14 brfransen
If the script or program doesn't need X to run add it to @/etc/runit/1.local@
8 14 brfransen
If the script or program does need X to run add it to @/etc/X11/autostart/autostart.run@ or create your own executable file in @/etc/X11/autostart/@
9 14 brfransen
10 6 brfransen
* *How do I build a LinHES Package?*
11 14 brfransen
[[Build_a_LinHES_Package| Build a LinHES Package]].
12 4 brfransen
13 4 brfransen
* *Where is abs or the PKGBUILDs that make up LinHES?*
14 9 brfransen
The PKGBUILDS are located at http://cgit.linhes.org/linhes_pkgbuild/tree/abs
15 4 brfransen
16 4 brfransen
* *Where are the source packages that make up LinHES located?*
17 1
The source packages are located at http://linhes.org/repo/src_packages/
18 13 brfransen
19 13 brfransen
* *Where are the LinHES repositories located?*
20 13 brfransen
The source packages are located at http://linhes.org/repo/x86_64/
21 5 brfransen
22 5 brfransen
* *Are there any mailing lists?*
23 10 brfransen
Yes, mailing lists can be found at http://lists.linhes.org
24 8 brfransen
25 11 brfransen
* *How do I install from a USB flash drive?*
26 12 brfransen
The LinHES ISO can also be used to create a USB installation flash drive.
27 11 brfransen
#  *Linux*
28 11 brfransen
 +_Please be careful with this command as it's destructive._+
29 11 brfransen
 +_Always double check that your using the right device for the USB drive._+
30 11 brfransen
 @dd if=/path/to/LINHES.iso of=/dev/YOURUSBDRIVE@
31 11 brfransen
# *Mac*
32 11 brfransen
 +_Please be careful with this command as it's destructive._+
33 11 brfransen
 +_Check that your using the right device for the USB drive with diskutil list_+
34 11 brfransen
 +_Change rdisk# to your disk #_+
35 11 brfransen
 @dd if=/path/to/LINHES.iso of=/dev/rdisk# bs=1m@
36 11 brfransen
# *Windows*
37 11 brfransen
 "USBWriter":http://sourceforge.net/projects/usbwriter/