mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-23 00:30:09 +01:00
fix solose - unpacking image
This commit is contained in:
@@ -1103,6 +1103,10 @@ def NEOBootExtract(source, target, ZipDelete):
|
|||||||
os.chdir('solo')
|
os.chdir('solo')
|
||||||
os.system('mv -f root_cfe_auto.jffs2 rootfs.bin')
|
os.system('mv -f root_cfe_auto.jffs2 rootfs.bin')
|
||||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/vuplus/solose'):
|
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/vuplus/solose'):
|
||||||
|
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/vuplus/solose/root_cfe_auto.bin'):
|
||||||
|
os.chdir('solose')
|
||||||
|
os.system('mv -f root_cfe_auto.bin rootfs.bin')
|
||||||
|
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/vuplus/solose/root_cfe_auto.jffs2'):
|
||||||
os.chdir('solose')
|
os.chdir('solose')
|
||||||
os.system('mv -f root_cfe_auto.jffs2 rootfs.bin')
|
os.system('mv -f root_cfe_auto.jffs2 rootfs.bin')
|
||||||
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/vuplus/ultimo'):
|
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/vuplus/ultimo'):
|
||||||
|
|||||||
Reference in New Issue
Block a user