From: Sunmin Lee Date: Tue, 23 Aug 2016 08:27:33 +0000 (+0900) Subject: Upgrade: Add update-image script X-Git-Tag: submit/tizen/20160824.050122~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87895f4774bb1fdb9f8828f1e33e6bba8f99f800;p=platform%2Fadaptation%2Fsystem-plugin.git Upgrade: Add update-image script The operations making upgrade image is moved to upgrade package. This script is executed in image creation. Change-Id: I7f559fb7c36d0809ff14c079af94dae8edf3e7cb Signed-off-by: Sunmin Lee --- diff --git a/upgrade/update-image.sh b/upgrade/update-image.sh new file mode 100755 index 0000000..55ad4a2 --- /dev/null +++ b/upgrade/update-image.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# +# Modify normal image to upgrade image +# + +# remove RW partitions' files +rm -rf /opt/*