Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
AgeCommit message (Collapse)Author
2022-03-25configs/{baseline,releng}/: disable systemd-gpt-auto-generatornl6720
When booting the ISO, you can observe a message that systemd-gpt-auto-generator has failed: systemd-gpt-auto-generator[197]: Reading EFI variable /sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f. systemd-gpt-auto-generator[197]: open("/sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f") failed: No such file or directory systemd-gpt-auto-generator[197]: EFI loader partition unknown, exiting. systemd-gpt-auto-generator[197]: (The boot loader did not set EFI variable LoaderDevicePartUUID.) systemd-gpt-auto-generator[197]: Failed to open device: No such device Seeing as it started to appear relatively recently, it may be a systemd bug. Since we do not want any GPT partition automounting in the live environment anyway, systemd-gpt-auto-generator can simply be disabled. Fixes #164.
2022-03-25syslinux PXE: Forced all TFTP paths to be absoluteEric Toombs
By default, syslinux interprets TFTP paths as relative to the location of the *.c32 modules, regardless whether a path starts with a slash. Without the `::` that I added to all of these paths, syslinux cannot find these files. It searches for them in /%INSTALL_DIR%/syslinux//%INSTALL_DIR%/boot/x86_64/vmlinuz-linux, etc.
2022-01-31Add changelog for 61David Runge
CHANGELOG.rst: Add changelog entry for 61.
2021-12-28Add changelog for version 60David Runge
CHANGELOG.rst: Add a changelog entry for version 60.
2021-12-28Add dummy changelog entryDavid Runge
CHANGELOG.rst: Add a dummy changelog entry that serves as entry for any unreleased changes.
2021-11-30Add changelog for v59David Runge
CHANGELOG.rst: Add changelog information for v59.
2021-08-25Add changelog for v58David Runge
CHANGELOG.rst: Add changelog entries for v58.
2021-07-30Add changelog for 57David Runge
CHANGELOG.rst: Add an entry for v57.
2021-07-11Add changelog for 56.1David Runge
CHANGELOG.rst: Add a changelog entry for 56.1
2021-06-30Add changelog for v56David Runge
CHANGELOG.rst: Add a changelog entry for v56.
2021-05-30Add changelog for v55David Runge
CHANGELOG.rst: Add changelog entries for v55.
2021-05-13Add changelog for v54David Runge
CHANGELOG.rst: Add changelog entry for v54.
2021-05-01Add changelog for v53David Runge
CHANGELOG.rst: Add changelog for v53
2021-03-30Add changelog entry for v52David Runge
CHANGELOG.rst: Add changelog entry for v52
2021-02-01Add changelog fileDavid Runge
CHANGELOG.rst: Add file to track changes (at least for v51).