00001
00002
00003 import os,re
00004 import commands
00005 import os_detect
00006
00007 SMOON_URL = "http://smolt.mythtv.org/"
00008 SECURE = 0
00009 from user import home
00010 HW_UUID = home + "/.mythtv/HardwareProfile/hw-uuid"
00011 PUB_UUID= home + "/.mythtv/HardwareProfile/pub-uuid"
00012 UUID_DB = home + '/.mythtv/HardwareProfile/uuiddb.cfg'
00013 ADMIN_TOKEN = home + "/.mythtv/HardwareProfile/smolt_token"
00014
00015
00016
00017
00018
00019
00020
00021
00022 FS_T_FILTER=False
00023 FS_M_FILTER=True
00024 FS_MOUNTS=commands.getoutput('rpm -ql filesystem').split('\n')
00025
00026
00027
00028
00029 OS = os_detect.get_os_info()
00030
00031
00032
00033
00034