mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 11:55:47 +01:00
Update plugin.py
This commit is contained in:
@@ -1618,29 +1618,25 @@ class NeoBootImageChoose(Screen):
|
||||
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
||||
|
||||
def bootIMG(self):
|
||||
count = 0
|
||||
for fn in listdir('' + getNeoLocation() + '/ImageBoot'):
|
||||
dirfile = '' + getNeoLocation() + '/ImageBoot/' + fn
|
||||
if os_isdir(dirfile):
|
||||
count = count + 1
|
||||
if count > 1:
|
||||
myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button.')
|
||||
self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
|
||||
else:
|
||||
self.bootIMG1()
|
||||
|
||||
def bootIMG1(self):
|
||||
if getCheckActivateVip() == getBoxMacAddres():
|
||||
self.bootIMG2()
|
||||
elif not fileExists('/.multinfo'):
|
||||
if ('1234%s' % getTestToTest()) == getAccessN():
|
||||
self.bootIMG2()
|
||||
else:
|
||||
count = 0
|
||||
for fn in listdir('' + getNeoLocation() + '/ImageBoot'):
|
||||
dirfile = '' + getNeoLocation() + '/ImageBoot/' + fn
|
||||
if os_isdir(dirfile):
|
||||
count = count + 1
|
||||
if count > 1:
|
||||
myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button.')
|
||||
self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
|
||||
else:
|
||||
self.bootIMG2()
|
||||
else:
|
||||
self.bootIMG2()
|
||||
|
||||
self.bootIMG2()
|
||||
|
||||
def bootIMG2(self):
|
||||
self.mysel = self['config'].getCurrent()
|
||||
if 'Flash' in self.mysel:
|
||||
|
||||
Reference in New Issue
Block a user