mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-28 18:06:05 +01:00
fix Vu+ Real Multiboot
This commit is contained in:
@@ -122,8 +122,8 @@ class StartImage(Screen):
|
|||||||
os.system('mkdir -p /media/InternalFlash; mount /dev/mmcblk0p7 /media/InternalFlash')
|
os.system('mkdir -p /media/InternalFlash; mount /dev/mmcblk0p7 /media/InternalFlash')
|
||||||
else:
|
else:
|
||||||
os.system(' ' + LinkNeoBoot + '/files/findsk.sh; mkdir -p /media/InternalFlash; mount /tmp/root /media/InternalFlash')
|
os.system(' ' + LinkNeoBoot + '/files/findsk.sh; mkdir -p /media/InternalFlash; mount /tmp/root /media/InternalFlash')
|
||||||
#elif fileExists('/boot/linuxrootfs1') and getCPUtype() == "ARMv7":
|
#elif fileExists('/boot/STARTUP') and getCPUtype() == "ARMv7":
|
||||||
#os.system('ln -sf "neoinitarmvu" "/boot/linuxrootfs1/sbin/init"')
|
#os.system('ln -sf "neoinitarmvu" "/boot/sbin/init"')
|
||||||
|
|
||||||
self.sel = self['list'].getCurrent()
|
self.sel = self['list'].getCurrent()
|
||||||
if self.sel:
|
if self.sel:
|
||||||
|
|||||||
Reference in New Issue
Block a user