summaryrefslogtreecommitdiff
path: root/package/base-files/src
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/src')
-rwxr-xr-xpackage/base-files/src/sbin/adkupdate3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/base-files/src/sbin/adkupdate b/package/base-files/src/sbin/adkupdate
index db1dfb73a..6c2f58006 100755
--- a/package/base-files/src/sbin/adkupdate
+++ b/package/base-files/src/sbin/adkupdate
@@ -76,5 +76,8 @@ esac
sync
mount -o bind /etc /tmp/.cfgfs/root
+if [ "$system" == "RB532" ];then
+ umount -f /boot
+fi
echo "Update sucessful. You should reboot now."