aboutsummaryrefslogtreecommitdiff
path: root/www/roadmap.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-08-14 19:04:02 -0500
committerRob Landley <rob@landley.net>2016-08-14 19:04:02 -0500
commita7055db6cb0cde39ca0e6533f63290e0170854a6 (patch)
treee2119e8500d168dedbf1986741577bc8a6e62603 /www/roadmap.html
parent8b685bae21f8753925dbefb8b07b78c47534f943 (diff)
downloadtoybox-a7055db6cb0cde39ca0e6533f63290e0170854a6.tar.gz
Explain shared library policy, fix an unblanaced tag, add some links.
Diffstat (limited to 'www/roadmap.html')
-rwxr-xr-xwww/roadmap.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/roadmap.html b/www/roadmap.html
index 9dff8b2a..4cdafb0d 100755
--- a/www/roadmap.html
+++ b/www/roadmap.html
@@ -96,7 +96,7 @@ source.)</p>
alias bg cd command fc fg getopts hash jobs kill read type ulimit umask
unalias wait exit if while for case export set unset trap exec function source
</span>
-<b></blockquote>
+</b></blockquote>
<p>A few other commands are judgement calls, providing command-line
internationalization support (iconv locale localedef), System V inter-process
@@ -193,9 +193,9 @@ su sync tar umount useradd userdel usermod zcat
<a name="dev_env">
<h2><a href="#dev_env">Use case: provide a self-hosting development environment</a></h2>
-<p>The following commands are enough to build the Aboriginal Linux development
-environment, boot it to a shell prompt, and build Linux From Scratch 6.8 under
-it. (Aboriginal Linux currently uses BusyBox for this, thus provides a
+<p>The following commands are enough to build the <a href=http://landley.net/aboriginal/about.html>Aboriginal Linux</a> development
+environment, boot it to a shell prompt, and build <a href=http://www.linuxfromscratch.org/lfs/view/6.8/>Linux From Scratch 6.8</a> under
+it. (Aboriginal Linux <a href=http://landley.net/aboriginal/history.html>currently uses</a> BusyBox for this, thus providing a
drop-in test environment for toybox. We install both implementations side
by side, redirecting the symlinks a command at a time until the older
package is no longer used, and can be removed.)</p>