From: Antoni Adaszkiewicz Date: Fri, 23 Dec 2022 10:32:50 +0000 (+0100) Subject: upgrade-apply-deltafs: Add a README file X-Git-Tag: accepted/tizen/unified/20230116.060918~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b8b4bb9109c6b950960e188cfd140efe04679c7;p=platform%2Fcore%2Fsystem%2Fupgrade.git upgrade-apply-deltafs: Add a README file Change-Id: I1d76ad615a9f40b4de87f9b1940eb57611337b00 --- diff --git a/src/upgrade-apply-deltafs/README.md b/src/upgrade-apply-deltafs/README.md new file mode 100644 index 0000000..fd26fe7 --- /dev/null +++ b/src/upgrade-apply-deltafs/README.md @@ -0,0 +1,17 @@ +# upgrade-apply-deltafs + +## Run with script + +This tool can be run using scripts provided with the delta with following steps: + +1. Make sure your delta is located in `/opt/usr/data/fota` + +2. Extract `upgrade-trigger.sh` from delta and place it in the same directory + +3. Run `./upgrade-trigger.sh [path_to_delta]` + +## Run with upgrade-manager + +N.B. This tool does not currently work with `update-manager` or other services. +If you want it to work elevate privileges of `update-manager` (or other service), +as DELTA_FS type update needs to be able to change file capabilities to fully work. \ No newline at end of file