- 05 Apr, 2022 3 commits
-
-
David Runge authored
CHANGELOG.rst: Add changelog for 62.1
-
David Runge authored
* tpowa/crda: remove crda, removed from core recently
-
Tobias Powalowski authored
-
- 04 Apr, 2022 1 commit
-
-
nl6720 authored
People get scared by it. See !239 (comment 61954). This reverts commit b5011af3, reversing changes made to 07d80356.
-
- 31 Mar, 2022 3 commits
-
-
nl6720 authored
-
- 29 Mar, 2022 2 commits
-
-
Kristian Klausen authored
Fix #167
-
Alexander Epaneshnikov authored
this fixes #167
-
- 25 Mar, 2022 3 commits
-
-
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.
-
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.
-
- 31 Jan, 2022 2 commits
-
-
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.
-
- 30 Jan, 2022 4 commits
-
-
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.
-
- 29 Jan, 2022 1 commit
-
-
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-keyring#4
-
- 28 Jan, 2022 1 commit
-
-
nl6720 authored
Update the drop-in to more closely match getty@.service of systemd 250. Use example from https://wiki.archlinux.org/title/getty#Virtual_console
-
- 22 Jan, 2022 4 commits
-
-
https://gitlab.archlinux.org/weltio/archiso.gitnl6720 authored
By weltio weltio move $arch override to before it is used closes #163 * initial: arch="" * _read_profile: packages="${profile}/packages.${arch}" * _set_overrides: [[ -n "$arch" ]] || arch="$(uname -m)" $arch is not defined in _read_profile if arch is not defined in profiledef.sh and packages is not updated after _set_overrides [[ -n "$arch" ]] || arch="$(uname -m)" should be moved from _set_overrides to _read_profile.
- 21 Jan, 2022 1 commit
-
-
weltio weltio authored
-
- 09 Jan, 2022 1 commit
-
-
nl6720 authored
* hayao0819/archiso-fix-mmd-validation-error: mkarchiso: Fix mmd-command check
-
- 08 Jan, 2022 1 commit
-
-
valication_error variable is not changed when mmd and/or mcopy are missing.
-
- 28 Dec, 2021 4 commits
-
-
David Runge authored
* version/60: Add changelog for version 60 Add dummy changelog entry
-
David Runge authored
CHANGELOG.rst: Add a changelog entry for version 60.
-
David Runge authored
CHANGELOG.rst: Add a dummy changelog entry that serves as entry for any unreleased changes.
-
David Runge authored
* nl6720_developer: Add nl6720 to the list of maintainers
-
- 18 Dec, 2021 1 commit
-
-
David Runge authored
README.rst: Add nl6720 to the list of maintainers eligible to craft releases using the PGP key with the ID `BB8E6F1B81CF0BB301D74D1CBF425A01E68B38EF`.
-
- 10 Dec, 2021 3 commits
-
-
nl6720 authored
Merge branch '151-mkarchiso-should-show-code-signing-certificates-none-if-no-keys-cerfificates-are-specified' * 151-mkarchiso-should-show-code-signing-certificates-none-if-no-keys-cerfificates-are-specified: mkarchiso: show "Code signing certificates: None" if no keys/certificates are specified
-
nl6720 authored
* rm-archiso_shutdown: configs/releng/airootfs/etc/mkinitcpio.conf: remove archiso_shutdown
-
- 02 Dec, 2021 1 commit
-
-
nl6720 authored
The archiso_shutdown hook has been obsolete since mkinitcpio 16. https://lists.archlinux.org/pipermail/arch-dev-public/2013-December/025742.html Related to mkinitcpio/mkinitcpio-archiso#8.
-
- 30 Nov, 2021 4 commits
-
-
David Runge authored
* origin/changelog/59: Add changelog for v59
-
David Runge authored
CHANGELOG.rst: Add changelog information for v59.
-
David Runge authored
* deimosian/deimosian-master-patch-67154: Fixes failure to retry script download. Tested and verified the issue is resolved.
-
The curl --retry-connrefused option is used with not instead of the --retry <num> option to add an extra type of failure to retry on, without --retry <num> it does not retry at all even on a connection refused. https://man.archlinux.org/man/curl.1.en
-