summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2016-07-01 12:35:42 -0300
committerosm0sis <osm0sis@outlook.com>2016-07-01 12:35:42 -0300
commitd0a43839fea4b5ef8e4b6d0278c87790eb3a1c0d (patch)
tree65cf61efe0cc24914531def08c962ef41d3f59e5 /README
parentfc41148d62a1e80145678898efca069e9ffc6204 (diff)
AK2: automatically escape forward slashes (/) for section functions
- use simple replacement to automatically escape forward slashes (/) to make remove_section and replace_section perform like the other functions, since they are needed as part of a sed /pattern/,/pattern/d delete operation - update documentation
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index b88fa14..2a7f3b3 100644
--- a/README
+++ b/README
@@ -54,8 +54,6 @@ Similarly, "line match string" and "line replace string" are the search strings
You may also use ui_print "<text>" to write messages back to the recovery during the modification process, and contains "<string>" "<substring>" to simplify string testing logic you might want in your script.
-Note: the "begin search string" and "end search string" arguments of replace_section and remove_section require any forward slashes (/) to be escaped.
-
// Instructions
1- Place zImage in the root (dtb should also go here for devices that require a custom one, both will fallback to the original if not included)