Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-24 | Image creator: Run backend `prepare()` before script | A. Wilcox | 1 | -7/+8 | |
This ensures that the backend preparation method can do things that affect the target environment. Necessary for ISO prep, at least. | |||||
2020-05-17 | all: Add --version and --help support and unify output formats | A. Wilcox | 1 | -6/+14 | |
2020-04-02 | image: Truly dynamic backend registration | A. Wilcox | 1 | -0/+10 | |
This allows one backend to provide multiple types. For example, our TarBackend can provide optional .gz, .bz2, and .xz compression. | |||||
2020-04-02 | image: Actually make backends registerable | A. Wilcox | 1 | -2/+2 | |
2020-04-02 | image: Significantly refactor how backends are registered | A. Wilcox | 1 | -10/+54 | |
2020-04-01 | image: Initial work on backend support | A. Wilcox | 1 | -5/+33 | |
2020-03-24 | Add the beginnings of the Image Creation utility | A. Wilcox | 1 | -0/+98 | |