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:
Michael Liebmann
2013-06-12 12:12:32 +02:00
parent 50e953cf27
commit c780676ce5
4 changed files with 35 additions and 24 deletions

View File

@@ -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
############################################