summaryrefslogtreecommitdiff
path: root/image/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-04-02image: Truly dynamic backend registrationA. Wilcox1-2/+1
This allows one backend to provide multiple types. For example, our TarBackend can provide optional .gz, .bz2, and .xz compression.
2020-04-01image: Initial work on backend supportA. Wilcox1-0/+3
2020-03-24Add the beginnings of the Image Creation utilityA. Wilcox1-0/+9