aboutsummaryrefslogtreecommitdiff
path: root/src/util/genfsimg
AgeCommit message (Expand)AuthorFilesLines
2023-12-19[build] Use SOURCE_DATE_EPOCH for FAT serial number if it existsMichael Brown1-0/+4
2023-02-03[util] Add support for LoongArch64 binariesloongarch64Xiaotian Wu1-0/+3
2021-11-23[build] Include EFI system partition table entry in isohybrid imagesMichael Brown1-0/+3
2021-07-26[build] Fix genfsimg to work with FATDIR with spaceJuniorJPDJ1-1/+1
2021-05-24[build] Use SOURCE_DATE_EPOCH for isohybrid MBR ID if it existsMichael Brown1-1/+5
2021-05-24[build] Use SOURCE_DATE_EPOCH for .iso timestamps if it existsMichael Brown1-0/+10
2021-04-20[build] Fix genfsimg to build ISO with long filenamesMatya1-1/+1
2021-02-12[build] Report detailed errors when unable to find a usable mkisofsMichael Brown1-3/+17
2021-01-29[build] Ensure that isolinux.bin is modifiableMichael Brown1-1/+1
2021-01-29[build] Add syslinux search locations used on FreeBSDMichael Brown1-0/+2
2021-01-25[efi] Automatically load "/autoexec.ipxe" when booted from a filesystemMichael Brown1-0/+3
2021-01-24[build] Report a meaningful error message if isolinux.bin is missingMichael Brown1-2/+4
2021-01-24[build] Check that mkisofs equivalent supports the required optionsMichael Brown1-19/+14
2021-01-22[build] Allow an initrd script to be provided via genfsimgMichael Brown1-4/+15
2021-01-22[build] Fail gracefully when no input files are given to genfsimgMichael Brown1-0/+5
2021-01-22[build] Use explicit disk geometry for generated FAT filesystem imagesMichael Brown1-4/+7
2021-01-22[build] Fix genfsimg incompatibility with dash shellMichael Brown1-2/+2
2021-01-21[build] Set volume name "iPXE" on FAT filesystem imagesMichael Brown1-2/+2
2021-01-19[build] Allow genfsimg to be used on third party UEFI binariesMichael Brown1-3/+21
2021-01-18[build] Include xorrisofs as a viable mkisofs equivalentOmgalof1-2/+2
2021-01-13[build] Create util/genfsimg for building filesystem-based imagesMichael Brown1-0/+253