index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-19 | configs/: replace archisodevice boot parameter with archisosearchuuid | nl6720 | |
`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 | |||
2024-04-19 | configs/releng/: use mkinitcpio's microcode hook instead of external ↵ | nl6720 | |
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 | |||
2023-05-17 | Use UUIDs in all boot loader configuration files | nl6720 | |
Relying on the volume UUID instead of its LABEL avoids collisions of multiple ISOs created in the same month. Fixes #202 | |||
2022-10-22 | configs/: remove "Copy to RAM" boot entries since it is automatic now | nl6720 | |
The default is now copytoram=auto which enables copying to RAM when the rootfs image size is less than 4 GiB and free RAM exceeds the rootfs image size + 2 GiB. See https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/issues/13 and https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/merge_requests/26. Implements #177. | |||
2021-07-29 | Remove SPDX license identifier from releng configs | David Runge | |
configs/releng/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright. | |||
2021-05-14 | Apply copytoram Boot Option Menu Entries also to releng | Simon Wilper | |
2020-11-30 | Keep all SYSLINUX files in /syslinux | nl6720 | |
This gets rid of the duplicate ldlinux.c32 and the useless isolinux.cfg which only points to syslinux.cfg. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/46 . | |||
2020-10-29 | implement accessibility support in archiso | Alexander Epaneshnikov | |
this fixes #67 | |||
2020-09-27 | Split SYSLINUX configuration into per-kernel configuration files | nl6720 | |
Slightly simplifies adding boot loader configuration for more kernels. Unfortunately the INCLUDE statement doesn't support wildcards, so each new file must be manually included in the main syslinux configuration file (syslinux.cfg for baseline and archiso_sys.cfg for releng). |