mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 11:25:47 +01:00 
			
		
		
		
	Update plugin.py
This commit is contained in:
		| @@ -1011,10 +1011,11 @@ class NeoBootImageChoose(Screen): | ||||
|  | ||||
|         if not fileExists('/.multinfo'): | ||||
|             system('ln -sfn /sbin/init.sysvinit /sbin/init') | ||||
|             out = open('%sImageBoot/.neonextboot' % getNeoLocation(), 'w') | ||||
|             out.write('Flash') | ||||
|             out.close() | ||||
|             self.close() | ||||
|             os.system('echo "Flash" > %sImageBoot/.neonextboot' % getNeoLocation() )            | ||||
|             #out = open('%sImageBoot/.neonextboot' % getNeoLocation(), 'w') | ||||
|             #out.write('Flash') | ||||
|             #out.close() | ||||
|             #self.close() | ||||
|  | ||||
|         elif fileExists('/.multinfo'): | ||||
|             with open('/.multinfo', 'r') as f: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user