aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Zongker2009-06-10 16:11:53 -0500
committerDoug Zongker2009-06-11 18:25:29 -0500
commit9931f7f3c1288171319e9ff7d053ebaad07db720 (patch)
tree42ae5b40309f6ea3410c5ad496f81368675274f7 /edify/README
parent9b9c2114bd7d02200ce43cb9ec513473079dfad9 (diff)
downloadplatform-bootable-recovery-9931f7f3c1288171319e9ff7d053ebaad07db720.tar.gz
platform-bootable-recovery-9931f7f3c1288171319e9ff7d053ebaad07db720.tar.xz
platform-bootable-recovery-9931f7f3c1288171319e9ff7d053ebaad07db720.zip
edify extensions for OTA package installation, part 1
Adds the following edify functions: mount unmount format show_progress delete delete_recursive package_extract symlink set_perm set_perm_recursive This set is enough to extract and install the system part of a (full) OTA package. Adds the updater binary that extracts an edify script from the OTA package and then executes it. Minor changes to the edify core (adds a sleep() builtin for debugging, adds "." to the set of characters that can appear in an unquoted string).
Diffstat (limited to 'edify/README')
-rw-r--r--edify/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/edify/README b/edify/README
index 5ccb582e..810455cc 100644
--- a/edify/README
+++ b/edify/README
@@ -10,7 +10,7 @@ the old one ("amend"). This is a brief overview of the new language.
10 understood, as are hexadecimal escapes like \x4a. 10 understood, as are hexadecimal escapes like \x4a.
11 11
12- String literals consisting of only letters, numbers, colons, 12- String literals consisting of only letters, numbers, colons,
13 underscores, and slashes don't need to be in double quotes. 13 underscores, slashes, and periods don't need to be in double quotes.
14 14
15- The following words are reserved: 15- The following words are reserved:
16 16