mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-08 06:55:46 +01:00
Update plugin.py
This commit is contained in:
@@ -953,6 +953,7 @@ class NeoBootImageChoose(Screen):
|
|||||||
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
||||||
|
|
||||||
if not fileExists('/.multinfo'):
|
if not fileExists('/.multinfo'):
|
||||||
|
system('ln -sfn /sbin/init.sysvinit /sbin/init')
|
||||||
out = open('%sImageBoot/.neonextboot' % getNeoLocation(), 'w')
|
out = open('%sImageBoot/.neonextboot' % getNeoLocation(), 'w')
|
||||||
out.write('Flash')
|
out.write('Flash')
|
||||||
out.close()
|
out.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user