summaryrefslogtreecommitdiff
path: root/package/base-files/src/sbin/adkupdate
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-07 21:39:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-07 21:39:07 +0100
commit254ae86e16cddf282b36c0593148e24151ce1f96 (patch)
tree533e9c5c8f08401271c82421e25e0ef563fa7657 /package/base-files/src/sbin/adkupdate
parent34da02660d64fce49cf203abd93ae26d69bff634 (diff)
parent8cc108e32a53b2109208865b24fb1733ea49c2ee (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files/src/sbin/adkupdate')
-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."