From a8b3e9de6b95c069116b21c452479d822af9c9d9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 02 Jan 2012 01:15:58 -0500 Subject: Add high-level bootstrap plans notes. --- diff --git a/bootstrap-plan.txt b/bootstrap-plan.txt new file mode 100644 index 0000000..50eb8ce --- /dev/null +++ b/bootstrap-plan.txt @@ -0,0 +1,12 @@ +make temporary bootstrap builder (TBB) + unmanaged builder system + mostly follow CLFS-Sysroot + GMP, MPFR, PPL, Binutils, GCC, EGLIBC, Linux, BusyBox, udev, Git, opkg, etc. +make source packages + might use fakeroot and some package-building scripts + try to design a source format based around Git, like dpkg's "3.0 (git)" + would greatly simplify source package management and uploading +for each source package, copy it to TBB and build it +make a filesystem and unpack into it each binary package +in the new system, rebuild each source package to ensure self-replicability +automate the installation of new systems -- cgit v0.9.1