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

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...