diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-07 21:37:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-07 21:37:36 +0100 |
commit | 8cc108e32a53b2109208865b24fb1733ea49c2ee (patch) | |
tree | 0cadbdcda8b2fa2b7723f164ca9d0dfe59c7ac5f /package/base-files | |
parent | 05480a1c85152696c079e824ffc015e8f04d5019 (diff) |
umount /boot after update
Diffstat (limited to 'package/base-files')
-rwxr-xr-x | package/base-files/src/sbin/adkupdate | 3 |
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." |