- 31 Jan, 2023 6 commits
-
-
Morten Linderud authored
* pr-188: Added splash Update hook.preset with (commented out) predefined values for UKIs
-
Morten Linderud authored
* pr-189: archlinux -> arch Remove UKIs as well when uninstalling kernel
-
Morten Linderud authored
* origin/github/fork/nl6720/shellcheck: lsinitcpio: use the image passed to analyze_image mkinitcpio: fix shellcheck issue in process_preset Improve bash syntax in mkinitcpio, lsinitcpio and functions use correct MODULES_DECOMPRESS in manpage
-
nl6720 authored
The `analyze_image` function should use the image file passed to it instead of reading the global "$_image" variable itself.
-
nl6720 authored
Use bash nameref to have proper access to the preset-specific `*_microcode` arrays.
-
nl6720 authored
Quote, quote and quote some more. Most of the issues were found with shellcheck. Co-authored-by:
Isaac Good <IsaacG@users.noreply.github.com>
-
- 25 Jan, 2023 1 commit
-
- 23 Jan, 2023 1 commit
-
-
Tobias Powalowski authored
-
- 22 Jan, 2023 2 commits
-
-
cedric cvl authored
-
cedric cvl authored
-
- 21 Jan, 2023 1 commit
-
-
Morten Linderud authored
* origin/merge-requests/192: add -p to fix reproducibilty
-
- 17 Jan, 2023 1 commit
-
-
Tobias Powalowski authored
-
- 14 Jan, 2023 1 commit
-
- 12 Jan, 2023 1 commit
-
-
cedric cvl authored
-
- 08 Jan, 2023 2 commits
-
-
Josephine Pfeiffer authored
-
- 03 Jan, 2023 1 commit
-
-
cedric cvl authored
-
- 01 Jan, 2023 1 commit
-
-
nl6720 authored
xz 5.4 changed the behaviour of `-T0` to always use "multithreaded mode", even on single-core CPUs. See https://git.tukaani.org/?p=xz.git;a=commitdiff;h=0adc13bfe32c14f3e4c6ce9f2d4fdf4112ab53f4 This means that xz output when using `-T0` should now be reproducible.
-
- 26 Dec, 2022 1 commit
-
-
Morten Linderud authored
* pr-182: Detecting the size of unified kernel image sections automatically
-
- 21 Dec, 2022 1 commit
-
-
Yishen Miao authored
Arranges all objcopy arguments into OBJCOPYARGS. The checks are also rearranged by the order of appearance in the unified kernel image. The hardcoded VMA addresses are removed and the section sizes are detected automatically. This allows arbitrary sized kernel images to be used. See discussion on [GitHub](https://github.com/archlinuxarm/PKGBUILDs/pull/1910). Fixes #133.
-
- 19 Dec, 2022 1 commit
-
-
Sebastian Wiesner authored
According to kernel-install(8) the initrd_generator setting ends up in $KERNEL_INSTALL_INITRD_GENERATOR
-
- 18 Dec, 2022 1 commit
-
- 16 Dec, 2022 1 commit
-
-
Ádám Maróti authored
Closes #153
-
- 14 Dec, 2022 1 commit
-
-
nl6720 authored
Compare the symlink target with the destination in `add_file`. If they match, simply place the file as a regular file in the specified destination. Additionally, move the "overwriting/adding file" message right before the file is added. Showing the message before `add_dir` runs makes the verbose output confusing, since it says that it adds the directory after the file it is in. Fixes https://bugs.archlinux.org/task/76812. Fixes #154.
-
- 12 Dec, 2022 3 commits
-
-
nl6720 authored
Related to #141 Fixes https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/work_items/4235
-
nl6720 authored
Account for there being (multiple) spaces in the shebang. If `type -P` finds the interpreter in PATH on BUILDROOT, then there is no need to assign the new value and use it for lookup later. At that stage the interpreter has been found to exist.
-
nl6720 authored
The functions are specific to the `sd-vconsole` hook and since there already is a subshell there, let's place the functions inside it to prevent them being available in the global scope.
-
- 11 Dec, 2022 3 commits
-
-
Morten Linderud authored
* origin/merge-requests/170: Hexdump removal Added bats-support for proper error formatting
-
Morten Linderud authored
* origin/merge-requests/174: Test coverage with kcov
-
Morten Linderud authored
* origin/merge-requests/176: Skip lzop test if binary not installed
-
- 10 Dec, 2022 1 commit
-
- 08 Dec, 2022 5 commits
-
-
Massimo Zugno authored
Co-authored-by:
Ethan Sommer <e5ten.arch@gmail.com>
-
Massimo Zugno authored
-
nl6720 authored
Use `cp --remove-destination` in `add_file` to remove the destination file. Without this, if the destination file is an existing symlink, it will be the link target that will get overwritten, not the symlink.
-
Massimo Zugno authored
-
Massimo Zugno authored
-
- 07 Dec, 2022 4 commits
-
-
Morten Linderud authored
* origin/merge-requests/161: CHANGELOG: document mkinitcpio v34
-
nl6720 authored
-
nl6720 authored
Calling them binaries is not correct. They could be called executables, but since we do not enforce the execute (`+x`) permissions on the added files, it would be wrong too. Since they have shebangs, they are scripts, so let's call them that.
-