Full Source Bootstrap
From Gentoo Wiki
Full Source Bootstrap refers to building everyting from source with minimal binaries.
Preparing
Note
The instructions follow from this text file.
The instructions follow from this text file.
First, download from fosslinux:
user $
git clone --depth=1 --recursive https://github.com/fosslinux/live-bootstrap
user $
cd live-bootstrap
Then download the required files:
user $
./download-distfiles.sh
If this does not work, try downloading from link:
user $
./download-distfiles.sh https://live-bootstrap.stikonas.eu/
Now bootstrap from scratch:
root #
./rootfs.py -c --external-sources --cores $(nproc)