diff --git a/NeoBoot/tmpfiles/vu_run.py b/NeoBoot/tmpfiles/vu_run.py index 041a5dc..de7ac36 100644 --- a/NeoBoot/tmpfiles/vu_run.py +++ b/NeoBoot/tmpfiles/vu_run.py @@ -127,7 +127,8 @@ class StartImage(Screen): #################_____mips___########################## #VUPLUS MIPS vu_dev_mtd1.sh - if "vu" + getBoxVuModel() == getBoxHostName(): + if "vu" + getBoxVuModel() == getBoxHostName(): + getMmcBlockDevice() if not fileExists('%sImagesUpload/.kernel/%s.vmlinux.gz' % (getNeoLocation(), getBoxHostName())): self.myclose2(_('Error - in the location %sImagesUpload/.kernel/ \nkernel file not found flash kernel vmlinux.gz ' % getNeoLocation())) else: @@ -207,4 +208,4 @@ class StartImage(Screen): def myclose2(self, message): self.session.open(MessageBox, message, MessageBox.TYPE_INFO) self.close() - \ No newline at end of file +