summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoraxxx007xxxz <mattiabrsrn7@gmail.com>2017-02-17 22:26:44 +0100
committerosm0sis <osm0sis@outlook.com>2017-02-27 16:06:04 -0400
commitf7992be0a3921999420c41c54d26662c7416e471 (patch)
tree4287f718ca70dd6b22ee79fd7bea1b093830fa72 /README.md
parent2129ee98e2934742faf32b685ba731245c9f6a05 (diff)
Introduce cleanuponabort
This option allow to remove the working directory in case of abort; disabled by default.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index aab0bf4..5d17003 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ do.devicecheck=1
do.initd=1
do.modules=1
do.cleanup=1
+do.cleanuponabort=0
device.name1=maguro
device.name2=toro
device.name3=toroplus
@@ -32,6 +33,8 @@ __do.modules=1__ will push the contents of the module directory to /system/lib/m
__do.cleanup=0__ will keep the zip from removing it's working directory in /tmp/anykernel - this can be useful if trying to debug in adb shell whether the patches worked correctly.
+__do.cleanuponabort=0__ will keep the zip from removing it's working directory in /tmp/anykernel in case of installation abort.
+
`is_slot_device=1` enables detection of the suffix for the active boot partition on slot-based devices and will add this to the end of the supplied `block=` path.
## // Command Methods ##
@@ -82,4 +85,3 @@ Not required, but any tweaks you can't hardcode into the source (best practice)
Have fun!
-