mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-22 08:10:06 +01:00
Update plugin.py
This commit is contained in:
@@ -756,7 +756,7 @@ class NeoBootImageChoose(Screen):
|
|||||||
self['label21'] = Label('VIP: On')
|
self['label21'] = Label('VIP: On')
|
||||||
else:
|
else:
|
||||||
self['label21'] = Label('VIP: Off')
|
self['label21'] = Label('VIP: Off')
|
||||||
if not fileExists('/.multinfo'):
|
if not fileExists('/etc/vtiversion.info') and not fileExists('/.multinfo'):
|
||||||
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'):
|
||||||
|
|||||||
Reference in New Issue
Block a user