Update vu4k_run.py

This commit is contained in:
gutosie
2023-02-09 14:55:58 +02:00
committed by GitHub
parent d672d3b45e
commit f94cfffa23

View File

@@ -120,6 +120,8 @@ class StartImage(Screen):
os.system('mkdir -p /media/InternalFlash; mount /dev/mmcblk0p9 /media/InternalFlash')
elif getBoxVuModel() == 'zero4k':
os.system('mkdir -p /media/InternalFlash; mount /dev/mmcblk0p7 /media/InternalFlash')
elif fileExists('/boot/linuxrootfs1') and getCPUtype() == "ARMv7":
os.system('ln -sf "neoinitarmvu" "/boot/linuxrootfs1/sbin/init"')
self.sel = self['list'].getCurrent()
if self.sel: