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

`makecrc.c` included in the gzip tarball can be used to regenerate the hard-coded CRC tables.

I'm testing on a Docker image running NixOS which does not have sudo installed, but even if I do have it, since `/etc/sudoers` doesn't exist, sudo fails: ```ShellSession Mounting tmpfs...

enhancement

Despite the best of our ability, sometimes pregenerated files manage to slip through the cracks, such as with coreutils 5.0 today, there's been a couple other cases too. Perhaps it...

This project is great! I love that it can take me from almost-nothing to a fairly complete OS. One bit that's unclear to me is what the goals are for...

seen with a6630ff and qemu-386 with kernel 3.18.140 and 3G RAM. see: http://intercity-vpn.de/bootstrap/bootstrap.log-multilog-2-1618438037.txt ``` [...] 00h59m06s | checking for sysmp... no 00h59m06s | checking for getsysinfo... no 00h59m06s | checking...

seen with dcec416 and qemu-386 with kernel 3.18.140 and 3G RAM happens in about 4% (24 testruns) bad: http://intercity-vpn.de/bootstrap/bootstrap.log-multilog-3-1617888807.txt good: http://intercity-vpn.de/bootstrap/bootstrap.log-multilog-4-1617888807.txt strange: text seems somehow mangled?! ``` 00h59m22s | make...

seen with a6630ff and qemu-386 with kernel 3.18.140 and 3G RAM. see: http://intercity-vpn.de/bootstrap/bootstrap.log-multilog-2-1618409001.txt ``` [...] 00h53m51s | - invoke gl_INIT in ./configure.in. 00h53m53s | /after/share/aclocal/ltdl.m4:27: warning: underquoted definition of AC_LIB_LTDL...

## Overview This PR enables a native musl toolchain by patching `gcc 4.7.4`. Combined with `binutils 2.38` (https://github.com/fosslinux/live-bootstrap/pull/191), it allows dynamic linking in musl to work without a need for...

## Overview This PR adds `binutils 2.38` to the bootstrap process. Introducing `libtool 2.4.7` as well helped avoid configuration issues, and building after `gcc 4.7.4` allowed a minimal amount of...

Currently downloaded URL's are stored as Python unless I'm missing something. This makes it harder than necessary to parse configurations from this repo for vendoring sources. Please let's have some...