Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-04 | image: backends: Implement a cleanup() method | A. Wilcox | 1 | -0/+10 | |
This allows backends to implement their own handling of target umounts. Notably, the tar backend already umounts the target /dev /proc /sys, so our hardcoded cleanup in the Creator caused unnecessary and confusing error output when umount was run a second time. Closes: #345 | |||||
2020-04-02 | image: Truly dynamic backend registration | A. Wilcox | 1 | -4/+2 | |
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 | -1/+5 | |
2020-04-02 | image: Significantly refactor how backends are registered | A. Wilcox | 1 | -1/+4 | |
2020-04-01 | image: Initial work on backend support | A. Wilcox | 1 | -0/+37 | |