From ce55fa71110e732abdb1d746069da65a206f47ac Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 24 Mar 2021 15:14:30 +0200 Subject: [PATCH] Update neoinitmips --- NeoBoot/bin/neoinitmips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/bin/neoinitmips b/NeoBoot/bin/neoinitmips index 795f9ca..91a9ad9 100644 --- a/NeoBoot/bin/neoinitmips +++ b/NeoBoot/bin/neoinitmips @@ -208,7 +208,7 @@ else fi TARGET=Flash if [ $NEODEVICE = "/media/hdd/" ]; then - mount /dev/sda1 /media/hdd + /bin/mount /dev/sda1 /media/hdd > /dev/null 2>&1 fi if [ -f $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then TARGET=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`