summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-02-03 11:50:54 +0100
committerAlejandro W. Sior <aho@sior.be>2023-02-03 11:50:54 +0100
commitb5ae0b797e4e8545ed96db346f91f877045fd697 (patch)
treecf8d96ad65cb30d26ea9e3ecc4034bb78c45689e
parentfa578f53e3e2e27ef86f3cba06e51f7f142274eb (diff)
docs: add bootstrapping notes
-rw-r--r--BOOTSTRAP17
1 files changed, 17 insertions, 0 deletions
diff --git a/BOOTSTRAP b/BOOTSTRAP
new file mode 100644
index 0000000..9b5be27
--- /dev/null
+++ b/BOOTSTRAP
@@ -0,0 +1,17 @@
+What I call bootstrapping is creating a chrootable environment
+which is viable for general use and compilation of further software.
+
+It is normal for it to be different from the final environment,
+because by nature, the bootstrapped environment heavily relies on
+the facilities of the host environment.
+
+So far, the packages that I used or found needed to create a
+bootstrap environment are:
+- binutils
+- coreutils
+- gcc-7-il
+- gmake
+- python3
+- ncurses
+- zstd
+- openssl