From b5ae0b797e4e8545ed96db346f91f877045fd697 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Fri, 3 Feb 2023 11:50:54 +0100 Subject: docs: add bootstrapping notes --- BOOTSTRAP | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 BOOTSTRAP 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 -- cgit v1.2.3