Lorax is a set of tools used to create bootable images.
2d01bec2b2
Here's a bash_completion file for composer-cli! It completes known commands, subcommands, and flags, plus arguments to flags that take arguments, and if you've got write access to the socket it'll also autocomplete: * source names for commands that need source names * blueprint names for commands that take blueprint names * compose uuids for commands that take compose uuids * intelligently only suggests appropriate uuids - e.g. only suggests uuids of running composes for "compose cancel" NOTE: bash completion scripts are horrible and this is no exception. Please forgive me. |
||
---|---|---|
docs | ||
etc | ||
rel-eng | ||
share | ||
src | ||
systemd | ||
tests | ||
utils | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
.travis.yml | ||
ANNOUNCE | ||
AUTHORS | ||
COPYING | ||
Dockerfile.test | ||
lorax.spec | ||
Makefile | ||
POLICY | ||
README.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.