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 61 live-bootstrap issues
Sort by recently updated
recently updated
newest added

From #442: "KVM, unfortunately, doesn't compile with our current toolchain; I tried to patch it out, with no luck. It causes ``undefined reference to `__compiletime_assert___COUNTER__'`` errors at the final link,...

Support building live-bootstrap as a deterministic docker image. ``` ./rootfs.py --docker ``` An image can be exported after build with: ``` docker save local/live-bootstrap -o live-bootstrap.tar ``` Expected hash as...

This is a draft PR that adds my alternative bootstrap path for tcc https://github.com/fosslinux/live-bootstrap/issues/355 . I've marked this as a draft as it is probably not yet in a state...

This adds support for wrap in three situations: 1. Using `rootfs.py -w` 2. In a prepared environment containing distfiles, seed and steps (as sub directories) 3. In a clone of...

This brings the shell script closer to what get_packages() at lib/generator.py does. It allows for downloading only what is specified in the manifest. --- This is useful for partial builds...

## Context This draft PR shows that [pnut](https://github.com/udem-dlteam/pnut) can provide an alternative path to TCC. This is still work in progress as it currently need a prebuilt pnut-exe binary since...

I think we need to reconsider our model for the distribution of input tarballs/distfiles into live-bootstrap. ## State of play We have three "distinct"-ish sections of the bootstrap in this...

Both rootfs.py and also download-distfiles.sh fail while trying to download gnulib-8f4538a5.tar.gz. The message is "Could not resolve host: _ " Also, now when I retry to execute rootfy.py it doesn't...