mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-31 19:35:48 +01:00
Update plugin.py
This commit is contained in:
@@ -754,7 +754,9 @@ class NeoBootImageChoose(Screen):
|
|||||||
if getCheckActivateVip() != getBoxMacAddres():
|
if getCheckActivateVip() != getBoxMacAddres():
|
||||||
self['label22'] = Label('Ethernet MAC not found !')
|
self['label22'] = Label('Ethernet MAC not found !')
|
||||||
if not fileExists('/usr/lib/periodon/.kodn'):
|
if not fileExists('/usr/lib/periodon/.kodn'):
|
||||||
self['label22'] = Label('PRESS VIP PIN CODE NOW: xxxx')
|
self['label22'] = Label('PRESS VIP PIN CODE NOW: xxxx')
|
||||||
|
if getTestToTest() != UPDATEVERSION:
|
||||||
|
self['label22'] = Label('Update ' + getTestToTest() + ' is available!!!')
|
||||||
self['actions'] = ActionMap(['WizardActions',
|
self['actions'] = ActionMap(['WizardActions',
|
||||||
'ColorActions',
|
'ColorActions',
|
||||||
'MenuActions',
|
'MenuActions',
|
||||||
|
|||||||
Reference in New Issue
Block a user