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