diff options
| -rw-r--r-- | BOOTSTRAP | 17 |
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 |
