Lorax is a set of tools used to create bootable images.
Add dmsquash-live-ntfs to the default dracut modules in livecd builds. The omission of this is probably why: https://bugzilla.redhat.com/show_bug.cgi?id=1449410 didn't work out as intended (I suspect it was closed unfixed). Without this, initramfs winds up with the ntfs-3g tools lying around, but no hooks cause them to actually get used. AFAICT, this is a legit bugfix, not a "proposed enhancement" so to speak. To test that this actually fixed the problem (well, /a/ problem, at least), I used some scripts: https://github.com/gmt/test-respin-fedora-ntfsable-iso Signed-off-by: Greg Turner <gmt@be-evil.net> Signed-off-by: Brian C. Lane <bcl@redhat.com> |
||
|---|---|---|
| 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.