summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-30 01:35:36 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-30 01:35:36 (EDT)
commit7793027fb2e7d344ffa20c255a355c1ec7dc14fe (patch)
treebbf697753fda5db4f257877a17026559312d4608
parentd3231e6754b0d4ebd46befc596e257e6e5c4ce78 (diff)
Just add "just".
-rwxr-xr-xdev.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.html b/dev.html
index e276e61..0e1d76c 100755
--- a/dev.html
+++ b/dev.html
@@ -80,7 +80,7 @@
<h3>Installation Bootstrap Tool</h3>
<p>A tool similar to <a href="http://anonscm.debian.org/gitweb/?p=d-i/debootstrap.git;a=tree">debootstrap</a> of Debian needs to be written to bootstrap the installation of a basic system. It can be used for building packages (see "Package Cross Building Tool" below) or installing the operating system on hardware targets.</p>
<p>Basically, the tool would fetch from the package archive the index of packages, determine which packages need to be installed, download each package, and unpack each package. Since the package manager may not be available, the tool must handle dependency resolution and package unpacking on its own.</p>
-<p>We can't use debootstrap, since the formats of our binary packages and package archives differ slightly from those of Debian. But we can model our tool after debootstrap or even fork debootstrap.</p>
+<p>We can't use debootstrap, since the formats of our binary packages and package archives differ slightly from those of Debian. But we can model our tool after debootstrap or even just fork debootstrap.</p>
<h3>Package Cross Building Tool</h3>
<h3>Multiarch Toolchain Packages</h3>
<!--#include file="includes/footer.html" -->