aboutsummaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
Commit message (Expand)AuthorAgeFilesLines
* 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
* [archiso] Drop --config when using --sysrootGerardo Exequiel Pozzi2018-06-251-1/+1
* [archiso] Use --sysroot when list installed packages.Gerardo Exequiel Pozzi2018-06-241-1/+1
* Ensure correct umask for scriptsGerardo Exequiel Pozzi2018-06-231-0/+2
* Drop the '-d' from pacstrap callsSean Enck via arch-releng2018-06-171-2/+2
* use a stronger hashing algorithmChristian Hesse2017-10-171-1/+1
* Fix non-signed buildsGerardo Exequiel Pozzi2016-03-011-1/+3
* Optionally sign the squashfs files with gpgThomas Bächler2016-02-281-1/+12
* [archiso] mkarchiso: Switch to overlayfs by defaultGerardo Exequiel Pozzi2015-09-281-1/+1
* explicitly detach loop device on umountChristian Hesse2015-04-211-1/+1
* [archiso] Add optional OverlayFS supportGerardo Exequiel Pozzi2015-01-271-4/+30
* [archiso] Disable ext4 resize_inode on airootfs.Gerardo Exequiel Pozzi2014-08-221-1/+1
* [archiso] Rework checksum functionGerardo Exequiel Pozzi2014-06-281-22/+8
* [archiso] _chroot_init() remove "already runned" logicGerardo Exequiel Pozzi2014-06-281-7/+2
* [archiso] command_install() remove "already executed" logicGerardo Exequiel Pozzi2014-06-281-8/+1
* [archiso] Minor changeGerardo Exequiel Pozzi2014-06-281-3/+1
* [archiso] Remove _is_directory_changed()Gerardo Exequiel Pozzi2014-06-281-64/+32