Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-22 | CMake: Add BUILD_ISO option to toggle ISO generation support | A. Wilcox | 1 | -1/+5 | |
2020-06-03 | image: Add default share directory for ISO | A. Wilcox | 1 | -0/+1 | |
2020-05-28 | image: Put target inside ir_dir, add WIP ISO backend | A. Wilcox | 1 | -3/+10 | |
ir_dir used to be the target; now the target is inside ir_dir so backends have the choice of making other directories inside ir_dir if needed. | |||||
2020-05-16 | image: Add manual page | A. Wilcox | 1 | -0/+1 | |
2020-04-02 | image: Truly dynamic backend registration | A. Wilcox | 1 | -2/+1 | |
This allows one backend to provide multiple types. For example, our TarBackend can provide optional .gz, .bz2, and .xz compression. | |||||
2020-04-01 | image: Initial work on backend support | A. Wilcox | 1 | -0/+3 | |
2020-03-24 | Add the beginnings of the Image Creation utility | A. Wilcox | 1 | -0/+9 | |