mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-03 04:35:47 +01:00
Update tools.py
This commit is contained in:
@@ -273,7 +273,7 @@ class MBTools(Screen):
|
|||||||
self.list.append(res)
|
self.list.append(res)
|
||||||
self['list']. list = self.list
|
self['list']. list = self.list
|
||||||
|
|
||||||
if "vu" + getBoxVuModel() == getBoxHostName() and getCPUtype() == "MIPS" and not fileExists('/.multinfo'):
|
if "vu" + getBoxVuModel() == getBoxHostName() or getBoxHostName() == "et5x00 " and getCPUtype() == "MIPS" and not fileExists('/.multinfo'):
|
||||||
res = (_('Boot Managers.'), png, 26)
|
res = (_('Boot Managers.'), png, 26)
|
||||||
self.list.append(res)
|
self.list.append(res)
|
||||||
self['list']. list = self.list
|
self['list']. list = self.list
|
||||||
|
|||||||
Reference in New Issue
Block a user