mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-11-03 20:55:47 +01:00 
			
		
		
		
	Update unpack.py
This commit is contained in:
		@@ -151,10 +151,11 @@ class InstallImage(Screen, ConfigListScreen):
 | 
				
			|||||||
        self.PiconR = ConfigYesNo(default=False)
 | 
					        self.PiconR = ConfigYesNo(default=False)
 | 
				
			||||||
        self.Kodi = ConfigYesNo(default=False)        
 | 
					        self.Kodi = ConfigYesNo(default=False)        
 | 
				
			||||||
        self.BlackHole = ConfigYesNo(default=False)
 | 
					        self.BlackHole = ConfigYesNo(default=False)
 | 
				
			||||||
        if getCPUtype() == 'MIPS' and not "dm500hd" in line and not "dm800se" in line and not "dm800" in line and not "dm8000" in line :  
 | 
					        for line in open("/etc/hostname"):
 | 
				
			||||||
            self.Nandsim = ConfigYesNo(default=True)
 | 
					            if getCPUtype() == 'MIPS' and not "dm500hd" in line and not "dm800se" in line and not "dm800" in line and not "dm8000" in line :        
 | 
				
			||||||
        else:        
 | 
					                self.Nandsim = ConfigYesNo(default=True)
 | 
				
			||||||
            self.Nandsim = ConfigYesNo(default=False)             
 | 
					            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