upgrade-apply-deltafs: Add a README file 81/285981/3
authorAntoni Adaszkiewicz <a.adaszkiewi@samsung.com>
Fri, 23 Dec 2022 10:32:50 +0000 (11:32 +0100)
committerAntoni Adaszkiewicz <a.adaszkiewi@samsung.com>
Fri, 23 Dec 2022 10:44:22 +0000 (11:44 +0100)
Change-Id: I1d76ad615a9f40b4de87f9b1940eb57611337b00

src/upgrade-apply-deltafs/README.md [new file with mode: 0644]

diff --git a/src/upgrade-apply-deltafs/README.md b/src/upgrade-apply-deltafs/README.md
new file mode 100644 (file)
index 0000000..fd26fe7
--- /dev/null
@@ -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