Lorax is a set of tools used to create bootable images.
86f0e72224
I based this on the output of a recent installer image build: https://kojipkgs.fedoraproject.org/compose/branched/Fedora-33-20200904.n.0/logs/x86_64/buildinstall-Everything-logs/pylorax.log I looked at every runtime-cleanup related error there and tried to make appropriate changes. In many cases this means just removing a line that isn't needed any more because the package in question just went away or is no longer pulled into the installer environment. In other cases packages changed name or files moved around, and I tried to make appropriate updates. In a few cases files moved to another package but I wasn't sure enough it would still be safe to remove them so I just left them in place. Most of the changes here I'm pretty sure should be safe, though there *could* be unforeseen fallout from e.g. fixing the removals from procps to be removals from procps-ng - it's been years since that package was renamed, so something *could* have started using those binaries in the meantime. I did at least check that anaconda itself does not. Signed-off-by: Adam Williamson <awilliam@redhat.com> |
||
---|---|---|
docs | ||
etc | ||
rel-eng | ||
share | ||
src | ||
systemd | ||
test | ||
tests | ||
utils | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
.tasks | ||
.travis.yml | ||
ANNOUNCE | ||
AUTHORS | ||
COPYING | ||
Dockerfile.test | ||
HACKING.md | ||
lorax.spec | ||
Makefile | ||
POLICY | ||
README.md | ||
RELEASE.md | ||
requirements.txt | ||
setup.py | ||
test-packages | ||
TODO |
Lorax is a set of tools used to create bootable images.
- lorax - creates the Anaconda boot.iso used to install Fedora
- livemedia-creator - uses Anaconda to create bootable images
- lorax-composer - API server implementing the Weldr BDCS protocol using livemedia-creator
See the Weldr blog for more info about BDCS and the Lorax documentation for more information about Lorax and associated tools.