Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-27Split SYSLINUX configuration into per-kernel configuration filesnl6720
2020-09-27archiso/mkarchiso: do not hardcode the kernel and initramfs file namesnl6720
2020-09-27Use the same file paths in both ISO 9660 and FATnl6720
2020-09-27Do not rename the initramfs imagenl6720
2020-09-27configs/releng: remove custom reflector.service and use the service provided ...nl6720
2020-09-05Do not overwrite existing files when copying from /etc/skel/nl6720
2020-09-02Create directories and copy files to the FAT image using mtools instead of mo...nl6720
2020-08-25Add missing declaration of override_install_dirDavid Runge
2020-08-25Pass profile directory as parameter to mkarchisoDavid Runge
2020-08-21archiso/mkarchiso: reduce duplication and add more info messagesnl6720
2020-08-18archiso/mkarchiso: correct the path of airootfs/etc/machine-idnl6720
2020-08-18Add Joliet file system to the ISOnl6720
2020-08-18archiso/mkarchiso: create an empty /etc/machine-idnl6720
2020-08-18scripts/run_archiso.sh: support booting the image as a hard disk or an optica...nl6720
2020-08-18scripts/run_archiso.sh: disable PXE ROMnl6720
2020-08-18scripts/run_archiso.sh: don't duplicate qemu commands for each boot modenl6720
2020-08-17Deprecate build.sh scripts and old mkarchiso commandsnl6720
2020-08-17archiso/mkarchiso: delete all files in /boot not just the kernel and initramfsnl6720
2020-08-17archiso/mkarchiso: allow choosing boot modes from profiledef.shnl6720
2020-08-17archiso/mkarchiso: copy make_* functions from configs/releng/build.shnl6720
2020-08-17archiso/mkarchiso: start preparing a build_profile commandnl6720
2020-08-17archiso/mkarchiso: general bash improvementsnl6720
2020-08-11configs/releng/packages.x86_64: replace exfat-utils with exfatprogsnl6720
2020-08-11configs/releng/syslinux/archiso_pxe.cfg: add "checksum" and "verify" boot opt...nl6720
2020-08-11archiso/initcpio/hooks/archiso: remove option terminator from the blockdev co...nl6720
2020-07-30Ensure all files in the ISO's Rock Ridge file system are owned by rootnl6720
2020-07-30Show mksquashfs progress bar when mkarchiso is run in verbose modenl6720
2020-07-30releng: copy UEFI shell from airootfs instead of the host systemnl6720
2020-07-30releng: place custom sshd_config in airootfsnl6720
2020-07-30CONTRIBUTING.rst: use make lint to run shellchecknl6720
2020-07-30Move shell script linting into a separate make targetnl6720
2020-07-30Use latest synced mirrors instead of ageDavid Runge
2020-07-30Install mkinitcpio-archiso-hooks in airootfs instead of copying the hooks fro...nl6720
2020-07-29Makefile: do not install mkinitcpio hooks by defaultnl6720
2020-07-29Build initramfs images only oncenl6720
2020-07-29Remove unnecessary files from releng's airootfsnl6720
2020-07-29archiso/initcpio/install/archiso: fix GnuPG home directory permissionsnl6720
2020-07-29Add license and basic documentationDavid Runge
2020-07-28Copy files more genericallyDavid Runge
2020-07-28Copy /etc/skel/ to user's home from build.sh instead of customize_airootfs.shnl6720
2020-07-28Set up custom user home directories and their permissionsnl6720
2020-07-28Deprecate customize_airootfs.shnl6720
2020-07-28Install all packages in one go and don't copy pacman.conf to airootfsnl6720
2020-07-28Fix baseline profilenl6720
2020-07-20Set root user's shell and password with custom /etc/passwd and /etc/shadownl6720
2020-07-17Revert "Add GitHub Actions workflow"nl6720
2020-07-17Separate custom comments from shellcheck commentsnl6720
2020-07-17Add GitHub Actions workflownl6720
2020-07-17Add check target to Makefilenl6720
2020-07-16Fix unexpected script_path behaviourJustin Kromlinger