summaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Expand)AuthorFilesLines
2024-01-17image: PPC ISO: Create /ppc/chrp directoryA. Wilcox2-2/+2
2023-12-01Image Creation: Add ARMv7 ISO paramsA. Wilcox2-0/+61
2023-12-01Add 'rootshell' key to determine root's shellA. Wilcox1-5/+0
2023-10-28image: Allow custom paths for qemu-static binariesA. Wilcox2-5/+22
2023-10-27image: Tar backend: Enable xz threading supportA. Wilcox1-0/+5
2023-10-20image: CD backend: Allow choice of graphics / textA. Wilcox5-5/+47
2023-10-18image: ISO: Fix 64-bit PowerPC GRUB config fileA. Wilcox1-2/+2
2023-10-05image: ISO backend: Probe GRUB version as wellA. Wilcox1-0/+6
2023-10-01ISO: Simplify aarch64 creationA. Wilcox2-5/+2
2023-09-05image: ISO backend: Add Arm64 filesA. Wilcox2-0/+71
2023-09-05image: ISO backend: Probe xorriso before startingA. Wilcox1-0/+6
2023-09-05image: Tar backend: Fix upsA. Wilcox1-10/+26
2023-03-25image: C++2x and Boost.Filesystem fixesA. Wilcox3-10/+11
2020-10-15image: Tar backend: Fix symlink issuesA. Wilcox1-4/+11
2020-09-27Don't be fooled by fruity compilersA. Wilcox1-2/+0
2020-09-20ISO backend: Call dracut in chrootA. Wilcox1-4/+9
2020-08-29image: Convert custom cdinit to DracutA. Wilcox11-106/+34
2020-06-23image: Fix reading scripts from stdinA. Wilcox1-1/+1
2020-06-23hscript: Recursively bind-mount /dev and /sysA. Wilcox1-2/+3
2020-06-23image: ensure init is executable in initrdA. Wilcox1-0/+1
2020-06-22CMake: Add BUILD_ISO option to toggle ISO generation supportA. Wilcox2-2/+9
2020-06-13image: Add 'keep' option to ISO backendA. Wilcox1-1/+1
2020-06-03image: use mtools to generate ESP images for ISOs instead of mountingMax Rees2-16/+19
2020-06-03image: ISO: Try harder to umount before rm -rfA. Wilcox1-4/+13
2020-06-03image: ISO: Allow live account to log in without pwA. Wilcox1-0/+1
2020-06-03image: ISO: Add root pw note to /etc/issueA. Wilcox1-0/+2
2020-06-03image: fixup x86_64 ISO share filesMax Rees2-26/+51
2020-06-03image: ensure entire line from iso-params file is readMax Rees1-1/+1
2020-06-03image: fix a few paths from escaping target/Max Rees1-3/+3
2020-06-03image: Add default share directory for ISOA. Wilcox15-0/+342
2020-06-03image: Finish implementing ISO backendA. Wilcox3-24/+384
2020-05-29image: Support backend optionsA. Wilcox4-25/+68
2020-05-28image: Put target inside ir_dir, add WIP ISO backendA. Wilcox5-9/+231
2020-05-24Image creator: Run backend `prepare()` before scriptA. Wilcox1-7/+8
2020-05-17all: Add --version and --help support and unify output formatsA. Wilcox2-6/+17
2020-05-16image: Add manual pageA. Wilcox2-0/+147
2020-05-13image: TAR: Force UTF-8 pathnames alwaysA. Wilcox1-3/+3
2020-05-07image: Add functional TAR backendA. Wilcox2-2/+69
2020-04-02image: Truly dynamic backend registrationA. Wilcox6-10/+143
2020-04-02image: Actually make backends registerableA. Wilcox4-17/+26
2020-04-02image: Significantly refactor how backends are registeredA. Wilcox4-44/+71
2020-04-01image: Initial work on backend supportA. Wilcox7-10/+171
2020-03-24Add the beginnings of the Image Creation utilityA. Wilcox3-0/+196