aboutsummaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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