diff options
author | osm0sis <osm0sis@outlook.com> | 2018-07-14 16:20:14 -0300 |
---|---|---|
committer | osm0sis <osm0sis@outlook.com> | 2018-07-14 16:20:14 -0300 |
commit | 8ed75ed99c7a71e4782f5fd8961be18f8c4cb92b (patch) | |
tree | f24b9baa848e3b07e482c41889f21b1b6f51a29c | |
parent | 56373a6a1c606b3f7f4d3fb92cb7dca13afa4932 (diff) |
README: touch up new block= documentation to show full paths are still supported
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ __do.cleanup=0__ will keep the zip from removing it's working directory in /tmp/ __do.cleanuponabort=0__ will keep the zip from removing it's working directory in /tmp/anykernel in case of installation abort. -`block=auto` enables detection of the device boot partition for use with broad, device non-specific zips. Also accepts specifically `boot` or `recovery`. +`block=auto` instead of a direct block filepath enables detection of the device boot partition for use with broad, device non-specific zips. Also accepts specifically `boot` or `recovery`. `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. Also accepts `auto` for use with broad, device non-specific zips. |