mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-11-03 20:55:47 +01:00 
			
		
		
		
	Update zero4k_run.py
This commit is contained in:
		@@ -127,14 +127,16 @@ class StartImage(Screen):
 | 
				
			|||||||
                                    cmd1 = 'cd /media/InternalFlash; ln -sf "init.sysvinit" "/media/InternalFlash/sbin/init"; /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/kernel.sh '
 | 
					                                    cmd1 = 'cd /media/InternalFlash; ln -sf "init.sysvinit" "/media/InternalFlash/sbin/init"; /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/kernel.sh '
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                                elif not fileExists('/.multinfo'):
 | 
					                                elif not fileExists('/.multinfo'):
 | 
				
			||||||
                                    cmd = "echo -e '\n\n%s '" % _('...............NEOBOOT - REBOOT...............\nPlease wait, in a moment the decoder will be restarted...')
 | 
					                                    cmd = 'ln -sf "init.sysvinit" "/sbin/init"'
 | 
				
			||||||
                                    cmd1 = 'sleep 5; ln -sf "init.sysvinit" "/sbin/init"; reboot -d -f'
 | 
					                                    rc = os.system(cmd)
 | 
				
			||||||
 | 
					                                    self.session.open(TryQuitMainloop, 2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            elif getImageNeoBoot() != 'Flash':
 | 
					                            elif getImageNeoBoot() != 'Flash':
 | 
				
			||||||
                                if not fileExists('/.multinfo'):
 | 
					                                if not fileExists('/.multinfo'):
 | 
				
			||||||
                                    if not fileExists('%sImageBoot/%s/boot/zImage.%s' % (getNeoLocation(), getImageNeoBoot(), getBoxHostName())):
 | 
					                                    if not fileExists('%sImageBoot/%s/boot/zImage.%s' % (getNeoLocation(), getImageNeoBoot(), getBoxHostName())):
 | 
				
			||||||
                                        cmd = "echo -e '\n\n%s '" % _('...............NEOBOOT - REBOOT...............\nPlease wait, in a moment the decoder will be restarted...')
 | 
					                                        cmd = 'ln -sfn /sbin/neoinitarm /sbin/init'
 | 
				
			||||||
                                        cmd1 = 'sleep 5; ln -sfn /sbin/neoinitarm /sbin/init; reboot -d -f'
 | 
					                                        rc = os.system(cmd)
 | 
				
			||||||
 | 
					                                        self.session.open(TryQuitMainloop, 2)                                        
 | 
				
			||||||
                                        
 | 
					                                        
 | 
				
			||||||
                                    elif fileExists('%sImageBoot/%s/boot/zImage.%s' % (getNeoLocation(), getImageNeoBoot(), getBoxHostName())):
 | 
					                                    elif fileExists('%sImageBoot/%s/boot/zImage.%s' % (getNeoLocation(), getImageNeoBoot(), getBoxHostName())):
 | 
				
			||||||
                                        cmd = "echo -e '\n\n%s '" % _('...............NEOBOOT - REBOOT...............\nPlease wait, in a moment the decoder will be restarted...')
 | 
					                                        cmd = "echo -e '\n\n%s '" % _('...............NEOBOOT - REBOOT...............\nPlease wait, in a moment the decoder will be restarted...')
 | 
				
			||||||
@@ -142,8 +144,9 @@ class StartImage(Screen):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                                elif fileExists('/.multinfo'):
 | 
					                                elif fileExists('/.multinfo'):
 | 
				
			||||||
                                    if not fileExists('%sImageBoot/%s/boot/zImage.%s' % (getNeoLocation(), getImageNeoBoot(), getBoxHostName())):
 | 
					                                    if not fileExists('%sImageBoot/%s/boot/zImage.%s' % (getNeoLocation(), getImageNeoBoot(), getBoxHostName())):
 | 
				
			||||||
                                        cmd = "echo -e '\n\n%s '" % _('...............NEOBOOT - REBOOT...............\nPlease wait, in a moment the decoder will be restarted...')
 | 
					                                        cmd = 'dd if=' + getNeoLocation() + 'ImagesUpload/.kernel/flash-kernel-' + getBoxHostName() + '.bin of=/dev/mmcblk0p1; cd /media/InternalFlash; ln -sf "neoinitarm" "/media/InternalFlash/sbin/init"'
 | 
				
			||||||
                                        cmd1 = 'dd if=' + getNeoLocation() + 'ImagesUpload/.kernel/flash-kernel-' + getBoxHostName() + '.bin of=/dev/mmcblk0p1; cd /media/InternalFlash; ln -sf "neoinitarm" "/media/InternalFlash/sbin/init" ; sleep 2; reboot -dfhi '
 | 
					                                        rc = os.system(cmd)
 | 
				
			||||||
 | 
					                                        self.session.open(TryQuitMainloop, 2)
 | 
				
			||||||
                                        
 | 
					                                        
 | 
				
			||||||
                                    elif fileExists('%sImageBoot/%s/boot/zImage.%s' % (getNeoLocation(), getImageNeoBoot(), getBoxHostName())):
 | 
					                                    elif fileExists('%sImageBoot/%s/boot/zImage.%s' % (getNeoLocation(), getImageNeoBoot(), getBoxHostName())):
 | 
				
			||||||
                                        cmd = "echo -e '\n\n%s '" % _('...............NEOBOOT - REBOOT...............\nPlease wait, in a moment the decoder will be restarted...')
 | 
					                                        cmd = "echo -e '\n\n%s '" % _('...............NEOBOOT - REBOOT...............\nPlease wait, in a moment the decoder will be restarted...')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user