aboutsummaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
Commit message (Expand)AuthorAgeFilesLines
* mkarchiso: support setting gpg sendernl67202021-08-251-4/+13
* mkarchiso: add some sane gpg options to override those set in user's gpg.confnl67202021-08-251-6/+9
* mkarchiso: put version files in netboot artifactsnl67202021-08-241-1/+1
* mkarchiso: ensure there are no existing image files before trying to create themnl67202021-08-151-1/+5
* mkarchiso: copy files to ext4 image using mkfs.ext4's -d option instead of mo...nl67202021-08-151-28/+16
* mkarchiso: Do not run _build_iso_base onceDavid Runge2021-07-301-2/+2
* mkarchiso: improve functions and commentsnl67202021-07-291-56/+82
* mkarchiso: set LC_ALL instead of LANGnl67202021-07-111-1/+1
* mkarchiso: unset TMPDIR to work around FS#70580nl67202021-07-021-3/+5
* Revert "archiso/mkarchiso: clear environment variables when chrooting"nl67202021-07-021-5/+4
* archiso/mkarchiso: Generalize handling of ucodesDavid Runge2021-06-301-10/+22
* mkarchiso: pass SOURCE_DATE_EPOCH to chrootnl67202021-06-221-2/+2
* Update ArchWiki article URLsnl67202021-06-181-2/+2
* mkarchiso: fix unbound variable when not using GPG signingnl67202021-06-051-2/+4
* archiso/mkarchiso: clear environment variables when chrootingnl67202021-06-011-4/+3
* mkarchiso: Also create package list for netbootDavid Runge2021-05-101-1/+1
* mkarchiso: Add buildmode to export netboot artifactsDavid Runge2021-05-101-33/+115
* mkarchiso: Implement buildmodes that allow building bootstrap imagesDavid Runge2021-05-091-121/+272
* Set more generic output for signaturesDavid Runge2021-05-011-2/+2
* Force PGP signature file extensionDavid Runge2021-05-011-2/+3
* mkarchiso: create reproducible gzip archivesnl67202021-04-301-2/+2
* mkarchiso: make sure to remove potentially preexisting files from $airootfs_d...nl67202021-04-301-0/+1
* mkarchiso: append IMAGE_ID and IMAGE_VERSION to /etc/os-releasenl67202021-04-301-0/+16
* mkarchiso: also add iso name in grub environment blockChristian Hesse2021-04-071-2/+3
* mkarchiso: use -isohybrid-gpt-basdat instead of -appended_part_as_gpt for ISO...nl67202021-04-071-13/+31
* mkarchiso: do not set default mksquashfs optionsnl67202021-03-261-5/+0
* Recursively change file permissions for folders listed in profiledef.shMichael Gilchrist2021-03-211-2/+7
* Support EROFSnl67202021-03-091-2/+30
* Support setting more variables in profiledef.sh and rework the way overrides ...nl67202021-01-291-89/+133
* mkarchiso: add version informationChristian Hesse2021-01-261-1/+10
* mkarchiso: fix typosChristian Hesse2021-01-231-2/+2
* Combine sed commands to reduce file writesnl67202021-01-071-8/+5
* Fix issues with file ownerships/modesDavid Runge2020-11-301-3/+3
* Keep all SYSLINUX files in /syslinuxnl67202020-11-301-55/+21
* Prevent path traversal outside of $airootfs_dirnl67202020-11-301-9/+20
* Allow specifying ownership and mode of custom airootfs files and directoriesnl67202020-11-301-22/+19
* Fix evaluation bugs in mkarchisoDavid Runge2020-11-181-1/+8
* mkarchiso: add xorrisofs options from boot mode specific functions instead of...nl67202020-11-141-94/+84
* mkarchiso: validate profile right after reading itnl67202020-11-141-16/+177
* mkarchiso: general cleanup and simplificationnl67202020-11-141-132/+67
* Configure the image type and image creation options using profiles (#54)fdupoux2020-10-301-27/+26
* Remove build.sh support from profiles and mkarchisoDavid Runge2020-10-291-160/+21
* Set CacheDir and HookDir for profile more sanelyDavid Runge2020-10-241-8/+28
* Move FAT image to a separate partition outside the ISO 9660 file systemnl67202020-10-241-30/+106
* Ensure that _make_boot_uefi-x64.systemd-boot.esp can be re-run if it failsnl67202020-10-071-1/+2
* Save SOURCE_DATE_EPOCH to a file and read it from the file when resuming a buildnl67202020-10-071-6/+12
* Check command line parameter count instead of option count, and do it after e...nl67202020-10-071-2/+3
* Don't require root privileges just to show a "No command specified" errornl67202020-10-041-5/+5
* Replace bash arithmetic with awk functionsDavid Runge2020-10-031-2/+8
* Fix info message for legacy commandDavid Runge2020-09-291-8/+8