mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-03 04:35:47 +01:00
Update plugin.py
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#neoboot modules
|
#neoboot modules
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
from . import _
|
from . import _
|
||||||
from Plugins.Extensions.NeoBoot.files.stbbranding import LogCrashGS, getSupportedTuners, getLabelDisck, getINSTALLNeo, getNeoLocation, getLocationMultiboot, getNeoMount, getNeoMount2, getNeoMount3, getNeoMount4, getNeoMount5, getFSTAB, getFSTAB2, getKernelVersionString, getKernelImageVersion, getCPUtype, getCPUSoC, getImageNeoBoot, getBoxVuModel, getBoxHostName, getTunerModel, getImageDistroN, getFormat, getNEO_filesystems, getBoxModelVU, getMountPointAll, getMountPointNeo, getCheckActivateVip, getBoxMacAddres, getCheckExt
|
from Plugins.Extensions.NeoBoot.files.stbbranding import LogCrashGS, getSupportedTuners, getLabelDisck, getINSTALLNeo, getNeoLocation, getLocationMultiboot, getNeoMount, getNeoMount2, getNeoMount3, getNeoMount4, getNeoMount5, getFSTAB, getFSTAB2, getKernelVersionString, getKernelImageVersion, getChipSetString, getCPUString, getCPUtype, getCPUSoC, getImageNeoBoot, getBoxVuModel, getBoxHostName, getTunerModel, getImageDistroN, getFormat, getNEO_filesystems, getBoxModelVU, getMountPointAll, getMountPointNeo, getCheckActivateVip, getBoxMacAddres, getCheckExt
|
||||||
from Plugins.Extensions.NeoBoot.files import Harddisk
|
from Plugins.Extensions.NeoBoot.files import Harddisk
|
||||||
from Components.About import about
|
from Components.About import about
|
||||||
from enigma import getDesktop, eTimer
|
from enigma import getDesktop, eTimer
|
||||||
@@ -757,6 +757,9 @@ class NeoBootImageChoose(Screen):
|
|||||||
self['label22'] = Label(_('PRESS VIP PIN CODE NOW: xxxx'))
|
self['label22'] = Label(_('PRESS VIP PIN CODE NOW: xxxx'))
|
||||||
if getTestToTest() != UPDATEVERSION and not fileExists('/.multinfo'):
|
if getTestToTest() != UPDATEVERSION and not fileExists('/.multinfo'):
|
||||||
self['label23'] = Label(_('Update ' + getTestToTest() + ' is available.'))
|
self['label23'] = Label(_('Update ' + getTestToTest() + ' is available.'))
|
||||||
|
else:
|
||||||
|
if getCheckActivateVip() == getBoxMacAddres() and fileExists('/usr/lib/periodon/.kodn') and getTestToTest() == UPDATEVERSION :
|
||||||
|
self['label24'] = Label(_('CPU: ' + getCPUString() + ' ' + getChipSetString() + ''))
|
||||||
self['actions'] = ActionMap(['WizardActions',
|
self['actions'] = ActionMap(['WizardActions',
|
||||||
'ColorActions',
|
'ColorActions',
|
||||||
'MenuActions',
|
'MenuActions',
|
||||||
|
|||||||
Reference in New Issue
Block a user