mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
Software update: Copy flashimage to /tmp if it is not present in this directory
- unmount mounted network folders before flashing - kill timerd before flashing
This commit is contained in:
@@ -15,14 +15,3 @@ if [ -e /var/etc/.djmount ]; then
|
||||
echo "Kill djmount"
|
||||
fusermount -u /media/00upnp
|
||||
fi
|
||||
|
||||
## remount rootfs readonly #################
|
||||
mount -no remount,ro /
|
||||
RET=$?
|
||||
echo -n "remount rootfs readonly "
|
||||
if [ "$RET" = "0" ]; then
|
||||
echo "successful."
|
||||
else
|
||||
echo "failed."
|
||||
fi
|
||||
############################################
|
||||
|
Reference in New Issue
Block a user