mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-04 21:25:47 +01:00
Update arm_run.py
This commit is contained in:
@@ -127,6 +127,7 @@ class StartImage(Screen):
|
||||
#_____ARM procesor____
|
||||
if (getSupportedTuners()):
|
||||
if getImageNeoBoot() == 'Flash':
|
||||
if fileExists('/.multinfo'):
|
||||
if fileExists('/media/InternalFlash/linuxrootfs1/sbin/neoinitarm'):
|
||||
os.system('ln -sf "init.sysvinit" "/media/InternalFlash/linuxrootfs1/sbin/init"')
|
||||
if fileExists('/media/InternalFlash/linuxrootfs2/sbin/neoinitarm'):
|
||||
|
||||
Reference in New Issue
Block a user