From 30ecdbf02eaebc4e21186c61b8ddf2c7719b3b01 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 7 Mar 2021 16:42:53 +0200 Subject: [PATCH] Update inithelp --- NeoBoot/bin/inithelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NeoBoot/bin/inithelp b/NeoBoot/bin/inithelp index 0a7c888..c08510c 100644 --- a/NeoBoot/bin/inithelp +++ b/NeoBoot/bin/inithelp @@ -69,6 +69,7 @@ echo ">>>>>>>>>>>>>>>>>>>>>> // START \\ >>>>>>>>>>>>>>>>>>> :" >> $neoLOG if [ ! -e $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then #if [ -f /proc/stb/info/vumodel ]; then ln -sfn /sbin/init.sysvinit /sbin/init + mount /dev/sda1 /media/hdd #fi #echo "Flash " > $NEODEVICE$IMAGEKATALOG/.neonextboot echo "" @@ -143,4 +144,4 @@ echo -e "\n_________________ END inithelp and start of the software_____________ echo "_________________ END inithelp and start of the software__________________" >> $neoLOG sleep 5 echo ok -exit 0 \ No newline at end of file +exit 0