aboutsummaryrefslogtreecommitdiff
path: root/configs/baseline/efiboot
Commit message (Collapse)AuthorAgeFilesLines
* configs/: replace archisodevice boot parameter with archisosearchuuidnl67202024-04-191-1/+1
| | | | | | | | | | | | `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
* Use UUIDs in all boot loader configuration filesnl67202023-05-171-1/+1
| | | | | | | Relying on the volume UUID instead of its LABEL avoids collisions of multiple ISOs created in the same month. Fixes #202
* configs/: remove "Copy to RAM" boot entries since it is automatic nownl67202022-10-221-4/+0
| | | | | | | | 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.
* Remove SPDX license identifier from releng configsDavid Runge2021-07-293-9/+0
| | | | | | configs/baseline/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
* Apply copytoram Boot Option Menu Entries also to relengSimon Wilper2021-05-141-0/+0
|
* Reorder UEFI boot menu entriesSimon Wilper2021-05-143-1/+1
|
* add optional pv toolSimon Wilper2021-05-141-0/+7
| | | | | use pv to give feedback on copying the airootfs to RAM when copytoram kernel parameter is given
* configs/baseline: support UEFInl67202020-10-242-0/+12