live-bootstrap icon indicating copy to clipboard operation
live-bootstrap copied to clipboard

Use of a Linux initramfs to fully automate the bootstrapping process

Results 54 live-bootstrap issues
Sort by recently updated
recently updated
newest added

This is a different option for making CI tarballs smaller: we revert to using a small seed tarball, plus packages built in each pass. The seed tarball is built as...

- Move Python bootstrap from pass2 to pass3. Python bootstrap is relatively fast, and we have more than enough time in pass3 to include it there. OTOH, it generates large...

We are now in a place where a 1.0 release is in the near future. The primary goal for the 1.0 release is: To provide a complete end-to-end software bootstrap...

I've been working on an alternative bootstrap path for tcc (https://github.com/cosinusoidally/tcc_bootstrap_alt). I am able to go from a cut down version of stage0-posix-x86 (I only need cc_x86) all the way...

This allow the user to perform a rootless build without bubblewrap on machines with user namespaces enabled

Looking through the manifest for what happens to packages built using kaem, all but one of them either get rebuilt using bash (e.g. bzip2), replaced with a newer version (e.g....

I have been trying to get the chroot process to work, and among other issues, when cleaning and starting from 0, downloads often fail repeatedly, but only in the python...

Took me a bit to work this out, so probably worth a note somewhere. I may take this myself once I finally get the chroot working at all.

Failed identically building multiple times in a row. Deleting distfiles and I still hit autoconf error, and looks like maybe a broken/missing var between "steps/" and "1.sh" ``` git clone...