mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-05 05:35:39 +01:00
Update unpack.py
This commit is contained in:
@@ -159,6 +159,8 @@ class InstallImage(Screen, ConfigListScreen):
|
|||||||
self.BlackHole = ConfigYesNo(default=False)
|
self.BlackHole = ConfigYesNo(default=False)
|
||||||
if getCPUtype() == 'MIPS':
|
if getCPUtype() == 'MIPS':
|
||||||
self.Nandsim = ConfigYesNo(default=True)
|
self.Nandsim = ConfigYesNo(default=True)
|
||||||
|
else:
|
||||||
|
self.Nandsim = ConfigYesNo(default=False)
|
||||||
self.target.value = ''
|
self.target.value = ''
|
||||||
self.curselimage = ''
|
self.curselimage = ''
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user