diff options
Diffstat (limited to 'package/base-files/src')
-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." |