aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* copy baseline to smalldeployThorsten Töpper2025-09-1337-0/+381
|
* Add changelog for 85 and update AUTHORS.rstHEADmasternl67202025-07-282-2/+9
|
* Merge remote-tracking branch 'origin/merge-requests/412'nl67202025-07-253-0/+2
|\ | | | | | | | | | | By cvlc12 * origin/merge-requests/412: Fix networkd drop-in configuration path
| * Fix networkd drop-in configuration pathcvlc122025-07-253-0/+2
|/
* Add changelog for 84nl67202025-06-261-6/+18
|
* Update my email addressnl67202025-06-263-2/+3
| | | | README.rst: Fetch my PGP key using DANE.
* configs/releng/airootfs/usr/local/bin/Installation_guide: use xdg-opennl67202025-06-243-1/+3
| | | | | | | | Avoid needlessly hardcoding the web browser and instead rely on `xdg-open`. While `xdg-utils` is not explicitly included, it was already getting pulled in as dependency of another package.
* configs/releng/packages.x86_64: add mmc-utilsnl67202025-06-242-0/+3
| | | | | Now that ``mmc-utils`` has a stable release and is packaged, it can be included for those who want to configure (e)MMC storage devices.
* mkarchiso: undeprecate "${isofs_dir}/${install_dir}/grubenv"nl67202025-05-292-4/+5
| | | | | | | | There are use cases that rely only on the contents of `${install_dir}`. As much as it pains me to be reminded of GRUB's existence every time I look at this directory, let's not break other people's setups just for that.
* configs/releng/packages.x86_64: remove rp-pppoenl67202025-05-052-1/+2
| | | | | | | The ppp package already provides a PPPoE client. Most people are not running a PPPoE relay/server in the live environment. See https://lists.archlinux.org/archives/list/arch-dev-public%40lists.archlinux.org/message/K6N7ZBFPFNAOQ52WCLISGP2TWZMDFLPY/
* Add changelog for 83 and update AUTHORS.rstnl67202025-03-222-3/+16
|
* configs/releng/packages.x86_64: remove deprecated dhclientnl67202025-03-212-1/+2
| | | | | | | | ISC stopped maintaining dhclient since early 2022 and advises against its use in production. Since the cloud-init package no longer hard-depends on it, it can finally be removed from the ISO.
* Merge remote-tracking branch 'origin/merge-requests/401'nl67202025-03-212-0/+9
|\ | | | | | | | | | | | | | | By Julian * origin/merge-requests/401: Remove the pacstrap directory early to lower the maximum size of the working directory See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/401
| * Remove the pacstrap directory early to lower the maximum size of the working ↵Julian2025-03-192-0/+9
|/ | | | directory
* mkarchiso: do not hide pacstrap's stderrnl67202025-02-212-1/+3
| | | | | | | | If the `pacstrap` command fails, e.g. because of an invalid package name, it is useful to see the error message even if verbose output is not enabled. Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/238
* Add changelog for 82nl67202024-11-271-3/+10
|
* Remove DownloadUser from pacman.confnl67202024-11-223-2/+5
| | | | | | | | | `DownloadUser = alpm` does not appear to be suitable for mkarchiso use since there is no guarantee that `alpm` user has access to the working directory. Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/232 Fixes: 691c57fc2e6345d0a2fbfffd7b6689b14bb87f7b ("Update pacman.conf for pacman 7")
* Add changelog entry for v81David Runge2024-10-281-0/+9
| | | | Signed-off-by: David Runge <dvzrv@archlinux.org>
* configs: Adapt enabled systemd services to changes in cloud-init 24.3David Runge2024-10-287-2/+7
| | | | | | | | | | Adapt enabled services in both baseline and releng profiles to cope with changes in cloud-init 24.3. Related-to: https://gitlab.archlinux.org/archlinux/packaging/packages/cloud-init/-/issues/3 Related-to: https://github.com/canonical/cloud-init/pull/5489 Fixes: https://gitlab.archlinux.org/archlinux/archiso/-/issues/236 Signed-off-by: David Runge <dvzrv@archlinux.org>
* Merge branch 'fix/netcat-mess' into 'master'David Runge2024-10-272-1/+3
|\ | | | | | | | | | | | | Remove gnu-netcat from releng profile Closes #234 See merge request archlinux/archiso!395
| * Remove gnu-netcat from releng profileDavid Runge2024-10-262-1/+3
|/ | | | | | | | | | After adding openbsd-netcat to the list of dependencies for cloud-init, we have to remove gnu-netcat from the releng profile, as both netcat implementations conflict with one another. Related-to: https://gitlab.archlinux.org/archlinux/packaging/packages/cloud-init/-/issues/3 Fixes: https://gitlab.archlinux.org/archlinux/archiso/-/issues/234 Signed-off-by: David Runge <dvzrv@archlinux.org>
* Add changelog for 80nl67202024-09-241-3/+19
|
* Update pacman.conf for pacman 7nl67202024-09-223-0/+5
| | | | | Add new options from https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/blob/main/pacman.conf
* Merge remote-tracking branch 'origin/merge-requests/392'nl67202024-09-222-1/+1
|\ | | | | | | | | | | | | | | | | By Tobias Powalowski * origin/merge-requests/392: Update CHANGELOG.rst reflect remove of reiserfsprogs Remove reiserfsprogs (EOL) See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/392
| * Update CHANGELOG.rst reflect remove of reiserfsprogsTobias Powalowski2024-09-051-0/+1
| |
| * Remove reiserfsprogs (EOL)Tobias Powalowski2024-09-051-1/+0
|/
* mkarchiso: support compressing the bootstrap tarball with xznl67202024-08-262-1/+4
| | | | | Despite usually preferring it, I somehow forgot about xz in 3b3984b4843b194ad2353bbd761f75ec8ab1af95 ("mkarchiso: implement configurable bootstrap tarball compression")
* configs/baseline/profiledef.sh: do not use mkfs.erofs extended options ↵nl67202024-08-262-1/+3
| | | | | | | | | | | | | | "fragments" and "dedupe" These options are not compatible with multi-threaded compression and actually increase the image file size. With this change, the baseline profile's EROFS image file size is reduced from 488 MiB to 398 MiB. On my system, the compression time is reduced from about 2m6.274s to 1m59.410s when using erofs-utils built without multi-threaded compression and to 0m27.883s when using erofs-utils built with multi-threaded compression.
* mkarchiso: use an empty UUID for EROFSnl67202024-08-212-4/+4
| | | | | | The UUID is never used for anything, since the file system resides in a file. Instead of generating a reproducible UUID for it, use `00000000-0000-0000-0000-000000000000` instead.
* mkarchiso: make bootstrap tarball extension part of the image_namenl67202024-07-272-17/+15
| | | | | This shows the correct image file name in `_show_config` and simplifies actions with the `image_name` in other functions.
* Add changelog for 79nl67202024-07-241-1/+11
|
* mkarchiso: remove unneeded workarounds in _mkairootfs_ext4+squashfsnl67202024-06-052-2/+3
| | | | | | | | | | | * Do not run `tune2fs` on the image. The file system is not mounted, so the default values for "Maximum mount count" (`tune2fs` option `-c`) and "Check interval" (`tune2fs` option `-i`) are fine as is. With this change the ext4 image is reproducible. * Remove `E2FSPROGS_FAKE_TIME`. e2fsprogs 1.47.1 supports `SOURCE_DATE_EPOCH` so setting this e2fsprogs specific variable is not needed anymore. See https://github.com/tytso/e2fsprogs/issues/131 for details.
* Merge remote-tracking branch 'origin/merge-requests/386'nl67202024-06-052-1/+3
|\ | | | | | | | | | | | | | | By Dariusz Pelowski * origin/merge-requests/386: .automated_script.sh: add proper HTTP status checking See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/386
| * .automated_script.sh: add proper HTTP status checkingDariusz Pelowski2024-06-052-1/+3
|/ | | | | | | | | | When a download attempt fails with an HTTP error, the body of the failed request will be written to the output file with a 0 exit status, causing the execution of an error message as a script. This issue is resolved by adding the --fail option to curl. Co-authored-by: David Runge <dvzrv@archlinux.org>
* Add changelog for 78nl67202024-05-231-3/+15
|
* Merge branch 'remove-deps' into 'master'David Runge2024-05-232-1/+3
|\ | | | | | | | | configs/releng/packages.x86_64: Remove wezterm-terminfo See merge request archlinux/archiso!384
| * configs/releng/packages.x86_64: Remove wezterm-terminfoDavid Runge2024-05-222-1/+3
|/ | | | | | The wezterm-terminfo package is replaced by the ncurses package. Signed-off-by: David Runge <dvzrv@archlinux.org>
* mkarchiso: use FAT32 as early as possiblenl67202024-05-182-2/+11
| | | | | | mkfs.fat selects FAT32 for file systems of at least 512 MiB size, but a FAT32 file system can already be created at 36 MiB size (assuming 512 byte logical sector size).
* configs/releng/airootfs/etc/mkinitcpio.conf.d/archiso.conf: use xz -9enl67202024-05-182-0/+4
| | | | | | | | | | | | | | | Use higher compression for the initramfs. Now that mkinitcpio moves the compressed kernel modules and firmware files to the early uncompressed initramfs, we can compress the main initramfs image slightly more without it increasing the built time too much. This will increase the memory required for decompression from 9 MiB to 65 MiB (assuming the kernel's decompressor works the same as the xz tool), but that should not be an issue for any system targeting Arch. This reduces the initramfs size by ~250 KiB, which will save ~500 KiB for the whole ISO.
* mkarchiso: do not pad the ISO when it is not necessarynl67202024-05-182-0/+6
| | | | | If the ISO exceeds the max size of a CD (900 MiB), the 300 KiB padding needed for CDs can be removed.
* mkarchiso: increase the additional free space added to efiboot.imgnl67202024-05-132-7/+6
| | | | | | | | | | | | Less than 1 MiB (but rounded up to one) is needed to account for file and directory entries, especially when using FAT32. Otherwise the ISO build could stop with: Disk full The rest of the increase is to allow more space for adding custom files after the fact, i.e. when repacking the ISO. E.g. for the purposes of adding a signed boot loader for Secure Boot or similar. See https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot#ISO_repacking
* scripts/run_archiso.sh: use 4 MiB OVMF filesnl67202024-05-092-6/+7
| | | | | Use `OVMF_CODE.4m.fd` and `OVMF_VARS.4m.fd` instead of the old 2 MiB `OVMF_CODE.fd` and `OVMF_VARS.fd`.
* mkarchiso: do not place the pkglist.x86_64.txt file inside the bootstrap ↵nl67202024-05-093-7/+9
| | | | | | | tarball's root.x86_64 directory Keep it inside the archive, but separate from the `root.x86_64` directory to avoid polluting it.
* mkarchiso: fix check for microcode update files in initramfs imagesnl67202024-05-042-5/+9
| | | | | | | | The existence of a ``early_cpio`` file is not enough since mkinitcpio can and will place other files in the early uncompressed CPIO even when the microcode hook is not used. Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/231
* Add changelog for 77nl67202024-04-211-6/+18
|
* configs/releng/profiledef.sh: change UEFI boot loader from GRUB to systemd-bootnl67202024-04-192-2/+4
| | | | | | | | | | | | | | | | | | | | | While using GRUB as the UEFI boot loader has reduced the size of the ISO, it has brought nothing but pain otherwise: * We cannot use `gfxterm` since it is not visible on some hardware. * GRUB has a a strange and nonsensical limitation where the EFI binary can be built with either support for shim or custom Secure Boot key support, but not both. This means you cannot repack the ISO to use shim + MOK since we currently use `--disable-shim-lock` to provide support for setups with custom keys. * GRUB's EFI binary needs to be built with `grub-mkstandalone` instead of there being a ready made EFI binary in the package. This requires having grub installed on the host system which affects reproducibility. This increases the size of the ISO since systemd-boot cannot boot files from other volumes, i.e. the kernel and initramfs is duplicated in the EFI system partition (the second partition made from `efiboot.img`). Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/227
* configs/: replace archisodevice boot parameter with archisosearchuuidnl67202024-04-199-28/+12
| | | | | | | | | | | | `archisosearchuuid=` first searches for a matching UUID. If that fails, then it mounts and looks for a `/boot/${archisosearchuuid}.uuid` file in all detected block devices (in whatever order `blkid` lists them). This implements "file system transposition" without relaying on boot loader specific features and does not tie us to GRUB anymore. Related to https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio-archiso/-/merge_requests/48 Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/217
* configs/releng/: use mkinitcpio's microcode hook instead of external ↵nl67202024-04-198-14/+12
| | | | | | | | | microcode images This simplifies boot loader configuration, but custom PXE setups will be forced to update theirs. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/226
* configs/releng/profiledef.sh: use zstd compression for bootstrap imagenl67202024-04-192-1/+3
| | | | | | | | | | | | | | | | | | The zstd tool has now been around for a while, so the availability of it should not be a concern anymore. Unlike gzip which was used until now, zstd offers higher compression while still being faster (and multi-threaded). The `--auto-threads=logical` option is used just so that there is some difference between the releng and baseline profiles. Everyone using the official Arch Linux bootstrap tarball (previously `archlinux-bootstrap-YYYY.MM.DD-x86_64.tar.gz` or `archlinux-bootstrap-x86_64.tar.gz`) will need to update their scripts and etc. to use `archlinux-bootstrap-YYYY.MM.DD-x86_64.tar.zst` or `archlinux-bootstrap-x86_64.tar.zst` instead. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/130
* mkarchiso: fix requirement validation logic for uefi-ia32.systemd-boot.eltoritonl67202024-04-012-1/+4
| | | | | | | `uefi-ia32.systemd-boot.eltorito` has the same requirements as `uefi-ia32.systemd-boot.esp`, not the same as `uefi-x64.systemd-boot.esp`. Fixes: 5e72546e89024a9e8095c75be6ca86312f5c376a ("mkarchiso: add uefi-ia32.systemd-boot.esp and uefi-ia32.systemd-boot.eltorito boot modes")