Lorax is a set of tools used to create bootable images.
Anaconda uses zram to allow installation on low memory systems. We used to have a custom script called "zram-stats", that can be used to test and debug zram usage during installation. The script no longer works & zramctl now provides much better output than our script ever did. So we decided to decommission the old Anaconda provided script & use zramctl instead. So change the cleanup rule in the Lorax boot.iso template to keep the zramctl utility. Related: rhbz#1561773 |
||
|---|---|---|
| docs | ||
| etc | ||
| rel-eng | ||
| share | ||
| src | ||
| systemd | ||
| test | ||
| tests | ||
| utils | ||
| .coveragerc | ||
| .dockerignore | ||
| .gitignore | ||
| .travis.yml | ||
| ANNOUNCE | ||
| AUTHORS | ||
| COPYING | ||
| Dockerfile.test | ||
| HACKING.md | ||
| lorax.spec | ||
| Makefile | ||
| POLICY | ||
| README.md | ||
| RELEASE.md | ||
| requirements.txt | ||
| setup.py | ||
| 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.