mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 04:15:47 +01:00
Update plugin.py
This commit is contained in:
@@ -755,7 +755,7 @@ class NeoBootImageChoose(Screen):
|
|||||||
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:
|
if getTestToTest() != UPDATEVERSION and not fileExists('/.multinfo'):
|
||||||
self['label23'] = Label(_('Update ' + getTestToTest() + ' is available.'))
|
self['label23'] = Label(_('Update ' + getTestToTest() + ' is available.'))
|
||||||
self['actions'] = ActionMap(['WizardActions',
|
self['actions'] = ActionMap(['WizardActions',
|
||||||
'ColorActions',
|
'ColorActions',
|
||||||
|
|||||||
Reference in New Issue
Block a user