From b9de63d9e81938cc76a8513c09fcc10556293396 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Mar 2022 08:22:16 +0200 Subject: [PATCH] Update mips_run.py --- NeoBoot/tmpfiles/runpy/mips_run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NeoBoot/tmpfiles/runpy/mips_run.py b/NeoBoot/tmpfiles/runpy/mips_run.py index 68b4b22..909adbb 100644 --- a/NeoBoot/tmpfiles/runpy/mips_run.py +++ b/NeoBoot/tmpfiles/runpy/mips_run.py @@ -92,6 +92,7 @@ class StartImage(Screen): self.StartImageInNeoBoot() #--------------------------------------------- getMountPointNeo2() + system('touch /tmp/.init_reboot') #--------------------------------------------- def StartImageInNeoBoot(self):