From f7d0cfb04b69d5812d4af3ff696cf37dab5057b2 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 16 Apr 2016 20:57:38 +0200 Subject: [PATCH] When using old deboostrap method, this is needed. --- common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.sh b/common.sh index b681e91084..609a26fcab 100644 --- a/common.sh +++ b/common.sh @@ -262,6 +262,9 @@ install_external_applications () #-------------------------------------------------------------------------------------------------------------------------------- display_alert "Installing extra applications and drivers" "" "info" +# cleanup for install_kernel and install_board_specific +umount $CACHEDIR/sdcard/tmp >/dev/null 2>&1 + for plugin in $SRC/lib/extras/*.sh; do source $plugin done