mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-11-03 20:55:47 +01:00 
			
		
		
		
	Add files via upload
This commit is contained in:
		@@ -823,12 +823,14 @@ class NeoBootImageChoose(Screen):
 | 
				
			|||||||
        if fileExists('/tmp/.init_reboot'):
 | 
					        if fileExists('/tmp/.init_reboot'):
 | 
				
			||||||
            system('rm /tmp/.init_reboot')
 | 
					            system('rm /tmp/.init_reboot')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if fileExists('/.multinfo'):
 | 
				
			||||||
            if not fileExists('/.control_ok'):
 | 
					            if not fileExists('/.control_ok'):
 | 
				
			||||||
                if fileExists('/.control_boot_new_image'):  
 | 
					                if fileExists('/.control_boot_new_image'):  
 | 
				
			||||||
                    os.system('rm -f /.control_boot_new_image; echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file."  > /.control_ok ')          
 | 
					                    os.system('rm -f /.control_boot_new_image; echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file."  > /.control_ok ')          
 | 
				
			||||||
                if not fileExists('/.control_boot_new_image'):  
 | 
					                if not fileExists('/.control_boot_new_image'):  
 | 
				
			||||||
                    os.system('echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file."  > /.control_ok') 
 | 
					                    os.system('echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file."  > /.control_ok') 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def DownloadImageOnline(self):				          	
 | 
					    def DownloadImageOnline(self):				          	
 | 
				
			||||||
            if not os.path.exists('/usr/lib/enigma2/python/Plugins/Extensions/ImageDownloader/download.py'):
 | 
					            if not os.path.exists('/usr/lib/enigma2/python/Plugins/Extensions/ImageDownloader/download.py'):
 | 
				
			||||||
                    message = _('Plugin ImageDownloader not installed!\nInstall plugin to download new image? \and---Continue ?---' )
 | 
					                    message = _('Plugin ImageDownloader not installed!\nInstall plugin to download new image? \and---Continue ?---' )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user