Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
AgeCommit message (Expand)Author
2021-08-25mkarchiso: add some sane gpg options to override those set in user's gpg.confnl6720
2021-08-24mkarchiso: put version files in netboot artifactsnl6720
2021-08-15mkarchiso: ensure there are no existing image files before trying to create themnl6720
2021-08-15mkarchiso: copy files to ext4 image using mkfs.ext4's -d option instead of mo...nl6720
2021-07-30mkarchiso: Do not run _build_iso_base onceDavid Runge
2021-07-29mkarchiso: improve functions and commentsnl6720
2021-07-11mkarchiso: set LC_ALL instead of LANGnl6720
2021-07-02mkarchiso: unset TMPDIR to work around FS#70580nl6720
2021-07-02Revert "archiso/mkarchiso: clear environment variables when chrooting"nl6720
2021-06-30archiso/mkarchiso: Generalize handling of ucodesDavid Runge
2021-06-22mkarchiso: pass SOURCE_DATE_EPOCH to chrootnl6720
2021-06-18Update ArchWiki article URLsnl6720
2021-06-05mkarchiso: fix unbound variable when not using GPG signingnl6720
2021-06-01archiso/mkarchiso: clear environment variables when chrootingnl6720
2021-05-10mkarchiso: Also create package list for netbootDavid Runge
2021-05-10mkarchiso: Add buildmode to export netboot artifactsDavid Runge
2021-05-09mkarchiso: Implement buildmodes that allow building bootstrap imagesDavid Runge
2021-05-01Set more generic output for signaturesDavid Runge
2021-05-01Force PGP signature file extensionDavid Runge
2021-04-30mkarchiso: create reproducible gzip archivesnl6720
2021-04-30mkarchiso: make sure to remove potentially preexisting files from $airootfs_d...nl6720
2021-04-30mkarchiso: append IMAGE_ID and IMAGE_VERSION to /etc/os-releasenl6720
2021-04-07mkarchiso: also add iso name in grub environment blockChristian Hesse
2021-04-07mkarchiso: use -isohybrid-gpt-basdat instead of -appended_part_as_gpt for ISO...nl6720
2021-03-26mkarchiso: do not set default mksquashfs optionsnl6720
2021-03-21Recursively change file permissions for folders listed in profiledef.shMichael Gilchrist
2021-03-09Support EROFSnl6720
2021-02-14archiso/mkarchiso: use value of $arch if provided by envErich Eckner
2021-01-29Support setting more variables in profiledef.sh and rework the way overrides ...nl6720
2021-01-26mkarchiso: add version informationChristian Hesse
2021-01-23mkarchiso: fix typosChristian Hesse
2021-01-07Combine sed commands to reduce file writesnl6720
2020-11-30Fix issues with file ownerships/modesDavid Runge
2020-11-30Keep all SYSLINUX files in /syslinuxnl6720
2020-11-30Prevent path traversal outside of $airootfs_dirnl6720
2020-11-30Allow specifying ownership and mode of custom airootfs files and directoriesnl6720
2020-11-18Fix evaluation bugs in mkarchisoDavid Runge
2020-11-14mkarchiso: add xorrisofs options from boot mode specific functions instead of...nl6720
2020-11-14mkarchiso: validate profile right after reading itnl6720
2020-11-14mkarchiso: general cleanup and simplificationnl6720
2020-10-30Configure the image type and image creation options using profiles (#54)fdupoux
2020-10-29Remove build.sh support from profiles and mkarchisoDavid Runge
2020-10-24Set CacheDir and HookDir for profile more sanelyDavid Runge
2020-10-24Move FAT image to a separate partition outside the ISO 9660 file systemnl6720
2020-10-07Ensure that _make_boot_uefi-x64.systemd-boot.esp can be re-run if it failsnl6720
2020-10-07Save SOURCE_DATE_EPOCH to a file and read it from the file when resuming a buildnl6720
2020-10-07Check command line parameter count instead of option count, and do it after e...nl6720
2020-10-04Don't require root privileges just to show a "No command specified" errornl6720
2020-10-03Replace bash arithmetic with awk functionsDavid Runge
2020-09-29Fix info message for legacy commandDavid Runge