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 can I start a script or program when LinHES starts?
    If the script or program doesn't need X to run add it to /etc/runit/1.local
    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/
  • How do I install from a USB flash drive?
    The LinHES ISO can also be used to create a USB installation flash drive.
    1. 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
    2. 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
    3. Windows
      USBWriter