- May 30, 2022
- May 28, 2022
-
-
nl6720 authored
-
nl6720 authored
By Alexander Epaneshnikov * origin/merge-requests/254: fix boot menu entry sorting add accessible copytoram entry enable beeps in boot menu See merge request !254
-
Alexander Epaneshnikov authored
I guess new systemd changed this
-
Alexander Epaneshnikov authored
-
Alexander Epaneshnikov authored
-
- May 27, 2022
-
-
nl6720 authored
* origin/merge-requests/216: Update CHANGELOG. Update baseline and releng profiledef.sh to support ia32 uefi mode. Add GRUB configuration files to baseline and releng profiles. Add support for GRUB ia32 UEFI in mkarchiso, update READMEs. Closes #107 See merge request !216
-
- May 25, 2022
-
-
Tallero Tallero authored
-
Tallero Tallero authored
-
Tallero Tallero authored
-
Tallero Tallero authored
-
- May 18, 2022
-
-
nl6720 authored
* origin/merge-requests/250: bind-tools has been replaced with bind See merge request !250
-
- May 17, 2022
-
-
Darren Ng authored
-
- Apr 30, 2022
-
-
nl6720 authored
* open-vm-tools package, vmtoolsd.service and vmware-vmblock-fuse.service for VMware. * hyperv package, hv_fcopy_daemon.service, hv_kvp_daemon.service and hv_vss_daemon.service for Hyper-V. Related to #118.
- Apr 28, 2022
- Apr 07, 2022
-
-
nl6720 authored
It is useful for finding information about the system's hardware and firmware.
-
- Apr 06, 2022
-
-
nl6720 authored
When using tmpfs, it is possible that parts of it end up getting put in swap space (only if there is one). This may not be desired, so use ramfs instead.
-
- Apr 05, 2022
-
-
David Runge authored
CHANGELOG.rst: Add changelog for 62.1
-
David Runge authored
* tpowa/crda: remove crda, removed from core recently
-
Tobias Powalowski authored
-
- Apr 04, 2022
-
-
nl6720 authored
People get scared by it. See archlinux/archiso!239 (comment 61954). This reverts commit b5011af3, reversing changes made to 07d80356.
-
- Mar 31, 2022
- Mar 29, 2022
-
-
Kristian Klausen authored
Fix #167
-
Alexander Epaneshnikov authored
this fixes #167
-
- Mar 25, 2022
-
-
nl6720 authored
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.
-
nl6720 authored
* origin/merge-requests/237: syslinux PXE: Forced all TFTP paths to be absolute See merge request !237
-
Eric Toombs authored
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.
-
- Jan 31, 2022
-
-
David Runge authored
CHANGELOG.rst: Add changelog entry for 61.
-
David Runge authored
.gitlab-ci.yml: Only run build pipelines on default branch and merge requests if they change code or profile files.
-
- Jan 30, 2022
-
-
David Runge authored
.gitlab-ci.yml: Set all build steps to be interruptable, so they will be interrupted if a newer commit is pushed on the same branch, which also triggers CI.
-
David Runge authored
.gitlab-ci.yml: Only trigger builds in CI when changing code files or profiles.
-
David Runge authored
CONTRIBUTING.rst: Elaborate on when merge requests are merged using `--no-ff` or `--ff`.
-
David Runge authored
CONTRIBUTING.rst: Add info about adding a changelog entry for merge requests, explaining where in the file it needs to be added.
-
- Jan 29, 2022
-
-
David Runge authored
.gitlab-ci.yml: Install the latest archlinux-keyring before installing anything else. This is to make sure to not run into outdated keys upon updating, which is a problem because we can currently not even ensure a keyring that is valid longer than one month... archlinux/archlinux-keyring#4
-