Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-03 | image: use mtools to generate ESP images for ISOs instead of mounting | Max Rees | 2 | -16/+19 | |
2020-06-03 | image: ISO: Try harder to umount before rm -rf | A. Wilcox | 1 | -4/+13 | |
2020-06-03 | image: ISO: Allow live account to log in without pw | A. Wilcox | 1 | -0/+1 | |
2020-06-03 | image: ISO: Add root pw note to /etc/issue | A. Wilcox | 1 | -0/+2 | |
2020-06-03 | image: fixup x86_64 ISO share files | Max Rees | 2 | -26/+51 | |
2020-06-03 | image: ensure entire line from iso-params file is read | Max Rees | 1 | -1/+1 | |
2020-06-03 | image: fix a few paths from escaping target/ | Max Rees | 1 | -3/+3 | |
2020-06-03 | image: Add default share directory for ISO | A. Wilcox | 15 | -0/+342 | |
2020-06-03 | image: Finish implementing ISO backend | A. Wilcox | 3 | -24/+384 | |
2020-05-29 | image: Support backend options | A. Wilcox | 4 | -25/+68 | |
2020-05-28 | image: Put target inside ir_dir, add WIP ISO backend | A. Wilcox | 5 | -9/+231 | |
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-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 | 2 | -6/+17 | |
2020-05-16 | image: Add manual page | A. Wilcox | 2 | -0/+147 | |
2020-05-13 | image: TAR: Force UTF-8 pathnames always | A. Wilcox | 1 | -3/+3 | |
2020-05-07 | image: Add functional TAR backend | A. Wilcox | 2 | -2/+69 | |
2020-04-02 | image: Truly dynamic backend registration | A. Wilcox | 6 | -10/+143 | |
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 | 4 | -17/+26 | |
2020-04-02 | image: Significantly refactor how backends are registered | A. Wilcox | 4 | -44/+71 | |
2020-04-01 | image: Initial work on backend support | A. Wilcox | 7 | -10/+171 | |
2020-03-24 | Add the beginnings of the Image Creation utility | A. Wilcox | 3 | -0/+196 | |