aboutsummaryrefslogtreecommitdiff
path: root/www/roadmap.html
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-08-08 17:49:02 -0500
committerRob Landley <rob@landley.net>2015-08-08 17:49:02 -0500
commit8a30303771fc2a9a95bf086713c51f9b7b85b3c1 (patch)
treefcdd1327caf4afe6f30b3bd9f6220b8946f131da /www/roadmap.html
parent9bfd2cf0e8499c4dcca41ccd80f86929181868cb (diff)
downloadtoybox-8a30303771fc2a9a95bf086713c51f9b7b85b3c1.tar.gz
More Android roadmap updates.
mkbootimg was rewritten as a python script a while ago, and I just deleted gpttool. (gptfdisk is in external/, but I'm assuming the existing entry for fdisk is meant to cover that.)
Diffstat (limited to 'www/roadmap.html')
-rwxr-xr-xwww/roadmap.html14
1 files changed, 4 insertions, 10 deletions
diff --git a/www/roadmap.html b/www/roadmap.html
index bba08b1b..e5105b8b 100755
--- a/www/roadmap.html
+++ b/www/roadmap.html
@@ -244,15 +244,13 @@ sendevent start stop top uptime watchprops
<h3>Other Android core commands</h3>
<p>Other than the toolbox directory, the currently interesting
-subdirectories in the core repository are gpttool, init,
-logcat, logwrapper, mkbootimg, reboot, and run-as.</p>
+subdirectories in the core repository are init,
+logcat, logwrapper, reboot, and run-as.</p>
<ul>
-<li><b>gpttool</b> - subset of fdisk</li>
<li><b>init</b> - Android's PID 1</li>
<li><b>logcat</b> - read android log format</li>
<li><b>logwrapper</b> - redirect stdio to android log</li>
-<li><b>mkbootimg</b> - create signed boot image</li>
<li><b>reboot</b> - Android's reboot(1)</li>
<li><b>run-as</b> - subset of sudo</li>
</ul>
@@ -261,17 +259,13 @@ logcat, logwrapper, mkbootimg, reboot, and run-as.</p>
different user interface. We may want to provide that interface, but
implementing the full commands (fdisk, init, and sudo) come first.</p>
-<p>Also, gpttool and mkbootimg are install tools.
-These aren't a priority if android wants to use its own
-bespoke code to install itself.</p>
-
<h3>Analysis</h3>
<p>For reference, combining everything listed above, we get:</p>
<blockquote><b>
-dd du df getevent gpttool iftop init ioctl ionice
-log logcat logwrapper ls lsof mkbootimg mount nandread
+dd du df getevent iftop init ioctl ionice
+log logcat logwrapper ls lsof mount nandread
newfs_msdos ps prlimit reboot renice run-as
sendevent start stop top uptime watchprops
</b></blockquote>