summaryrefslogtreecommitdiffstats
path: root/src/util/genfsimg
Commit message (Expand)AuthorAgeFilesLines
* [build] Use SOURCE_DATE_EPOCH for FAT serial number if it existsMichael Brown2023-12-191-0/+4
* [util] Add support for LoongArch64 binariesXiaotian Wu2023-02-031-0/+3
* [build] Include EFI system partition table entry in isohybrid imagesMichael Brown2021-11-231-0/+3
* [build] Fix genfsimg to work with FATDIR with spaceJuniorJPDJ2021-07-261-1/+1
* [build] Use SOURCE_DATE_EPOCH for isohybrid MBR ID if it existsMichael Brown2021-05-241-1/+5
* [build] Use SOURCE_DATE_EPOCH for .iso timestamps if it existsMichael Brown2021-05-241-0/+10
* [build] Fix genfsimg to build ISO with long filenamesMatya2021-04-201-1/+1
* [build] Report detailed errors when unable to find a usable mkisofsMichael Brown2021-02-121-3/+17
* [build] Ensure that isolinux.bin is modifiableMichael Brown2021-01-301-1/+1
* [build] Add syslinux search locations used on FreeBSDMichael Brown2021-01-301-0/+2
* [efi] Automatically load "/autoexec.ipxe" when booted from a filesystemMichael Brown2021-01-251-0/+3
* [build] Report a meaningful error message if isolinux.bin is missingMichael Brown2021-01-241-2/+4
* [build] Check that mkisofs equivalent supports the required optionsMichael Brown2021-01-241-19/+14Star
* [build] Allow an initrd script to be provided via genfsimgMichael Brown2021-01-221-4/+15
* [build] Fail gracefully when no input files are given to genfsimgMichael Brown2021-01-221-0/+5
* [build] Use explicit disk geometry for generated FAT filesystem imagesMichael Brown2021-01-221-4/+7
* [build] Fix genfsimg incompatibility with dash shellMichael Brown2021-01-221-2/+2
* [build] Set volume name "iPXE" on FAT filesystem imagesMichael Brown2021-01-211-2/+2
* [build] Allow genfsimg to be used on third party UEFI binariesMichael Brown2021-01-201-3/+21
* [build] Include xorrisofs as a viable mkisofs equivalentOmgalof2021-01-181-2/+2
* [build] Create util/genfsimg for building filesystem-based imagesMichael Brown2021-01-131-0/+253