aboutsummaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
Commit message (Expand)AuthorAgeFilesLines
* 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
* Calculate required efiboot.img size instead of hardcoding itnl67202020-09-271-1/+10
* archiso/mkarchiso: do not hardcode the kernel and initramfs file namesnl67202020-09-271-41/+53
* Use the same file paths in both ISO 9660 and FATnl67202020-09-271-9/+10
* Do not rename the initramfs imagenl67202020-09-271-2/+2
* Do not overwrite existing files when copying from /etc/skel/nl67202020-09-051-1/+3
* Create directories and copy files to the FAT image using mtools instead of mo...nl67202020-09-021-34/+17
* Add missing declaration of override_install_dirDavid Runge2020-08-251-0/+1
* Pass profile directory as parameter to mkarchisoDavid Runge2020-08-251-52/+98
* archiso/mkarchiso: reduce duplication and add more info messagesnl67202020-08-211-123/+149
* archiso/mkarchiso: correct the path of airootfs/etc/machine-idnl67202020-08-181-1/+1
* Add Joliet file system to the ISOnl67202020-08-181-0/+2
* archiso/mkarchiso: create an empty /etc/machine-idnl67202020-08-181-0/+2
* Deprecate build.sh scripts and old mkarchiso commandsnl67202020-08-171-14/+9
* archiso/mkarchiso: delete all files in /boot not just the kernel and initramfsnl67202020-08-171-6/+2
* archiso/mkarchiso: allow choosing boot modes from profiledef.shnl67202020-08-171-90/+123
* archiso/mkarchiso: copy make_* functions from configs/releng/build.shnl67202020-08-171-31/+317
* archiso/mkarchiso: start preparing a build_profile commandnl67202020-08-171-44/+78
* archiso/mkarchiso: general bash improvementsnl67202020-08-171-96/+96
* Ensure all files in the ISO's Rock Ridge file system are owned by rootnl67202020-07-301-0/+2
* Show mksquashfs progress bar when mkarchiso is run in verbose modenl67202020-07-301-2/+2
* Add license and basic documentationDavid Runge2020-07-291-0/+2
* Fixing issues with variable quoting and arraysDavid Runge2020-06-301-23/+40
* Introducing shellcheck in gitlab CIDavid Runge2020-06-291-31/+34
* add zstd in supported squashfs compression listChristian Hesse2019-09-031-1/+1
* make sure the root filesystem is owned by rootChristian Hesse2019-01-091-0/+1
* generate pkglist with query (not sync) operationChristian Hesse2018-07-261-2/+1