Lorax is a set of tools used to create bootable images.
94ef6ed036
This addresses most "no files matched!" and "no files to remove!" errors in current F36/Rawhide. They mostly relate to packages that are no longer pulled in at all, or whose layout has changed. The entries for audit haven't been fixed for the /usr merge years ago. In linux-firmware, all files have been xz-compressed at some point, so the entries were not matching any more. The usbdux/ subdir contains only sources for the actual firmwares that are a level above, and we don't include those in the package any more; the actual firmwares are useless in the installer env, so this removes them. util-linux was split into util-linux and util-linux-core, so we have to add an entry for util-linux-core and move the relevant excludes to that entry. Signed-off-by: Adam Williamson <awilliam@redhat.com> |
||
---|---|---|
.github/workflows | ||
docs | ||
etc | ||
rel-eng | ||
share/templates.d/99-generic | ||
src | ||
systemd | ||
test | ||
tests | ||
utils | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
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
See the Weldr blog for more info about BDCS and the Lorax documentation for more information about Lorax and associated tools.