Add files via upload

This commit is contained in:
gutosie
2021-03-13 19:07:26 +02:00
committed by GitHub
parent b5bcef49ea
commit 6573300319
2 changed files with 1 additions and 2 deletions

View File

@@ -80,7 +80,6 @@ else
fi fi
if [ ! -f $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then if [ ! -f $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then
ln -sfn /sbin/init.sysvinit /sbin/init ln -sfn /sbin/init.sysvinit /sbin/init
mount /dev/sda1 /media/hdd
echo "Flash " > $NEODEVICE$IMAGEKATALOG/.neonextboot echo "Flash " > $NEODEVICE$IMAGEKATALOG/.neonextboot
echo "" echo ""
echo -e "\nNEOBOOT - does not detect the location file neonextboot. Back to Flash..." echo -e "\nNEOBOOT - does not detect the location file neonextboot. Back to Flash..."

View File

@@ -182,7 +182,7 @@ else
/bin/umount /media/usb > /dev/null 2>&1 /bin/umount /media/usb > /dev/null 2>&1
/bin/umount /media/hdd > /dev/null 2>&1 /bin/umount /media/hdd > /dev/null 2>&1
/usr/bin/showiframe /usr/share/bootlogo.mvi > /dev/null 2>&1 /usr/bin/showiframe /usr/share/bootlogo.mvi > /dev/null 2>&1
ln -sfn /sbin/init.sysvinit /sbin/init sync; ln -sfn /sbin/init.sysvinit /sbin/init#; /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh
echo "----------------------------------" echo "----------------------------------"
echo " BOOT UP IMAGE FROM FLASH " echo " BOOT UP IMAGE FROM FLASH "
echo "----------------------------------" echo "----------------------------------"