From 0ca6131b8f28e589b79b8e9cdf2cf1f5f5d53074 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 21 Feb 2023 21:48:30 +0200 Subject: [PATCH] fix Vu+ Real Multiboot --- NeoBoot/tmpfiles/vu4k_run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/tmpfiles/vu4k_run.py b/NeoBoot/tmpfiles/vu4k_run.py index 8c02741..66a8cd6 100644 --- a/NeoBoot/tmpfiles/vu4k_run.py +++ b/NeoBoot/tmpfiles/vu4k_run.py @@ -122,8 +122,8 @@ class StartImage(Screen): os.system('mkdir -p /media/InternalFlash; mount /dev/mmcblk0p7 /media/InternalFlash') else: os.system(' ' + LinkNeoBoot + '/files/findsk.sh; mkdir -p /media/InternalFlash; mount /tmp/root /media/InternalFlash') - #elif fileExists('/boot/linuxrootfs1') and getCPUtype() == "ARMv7": - #os.system('ln -sf "neoinitarmvu" "/boot/linuxrootfs1/sbin/init"') + #elif fileExists('/boot/STARTUP') and getCPUtype() == "ARMv7": + #os.system('ln -sf "neoinitarmvu" "/boot/sbin/init"') self.sel = self['list'].getCurrent() if self.sel: