From 7793027fb2e7d344ffa20c255a355c1ec7dc14fe Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 30 May 2012 01:35:36 -0400 Subject: Just add "just". --- diff --git a/dev.html b/dev.html index e276e61..0e1d76c 100755 --- a/dev.html +++ b/dev.html @@ -80,7 +80,7 @@

Installation Bootstrap Tool

A tool similar to debootstrap 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.

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.

-

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.

+

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.

Package Cross Building Tool

Multiarch Toolchain Packages

-- cgit v0.9.1