- Dec 28, 2024
-
-
nl6720 authored
By Vladimir Stoiakin (1) and nl6720 (1) * origin/merge-requests/346: CODEOWNERS: add vstoiakin for install/sd-encrypt-opensc add a hook for unlocking LUKS2 volumes with the OpenSC PKCS#11 module and CCID driver See merge request archlinux/mkinitcpio/mkinitcpio!346
-
nl6720 authored
By cvlc12 * origin/merge-requests/414: install/systemd: add tmpfile for things that need to survice the initramfs stage. See merge request archlinux/mkinitcpio/mkinitcpio!414
- Dec 15, 2024
-
-
cedric cvl authored
-
- Dec 12, 2024
-
-
nl6720 authored
* origin/merge-requests/413: Fix vim modeline in mkinitcpio.conf See merge request archlinux/mkinitcpio/mkinitcpio!413
-
- Dec 05, 2024
-
-
Balakrishnan Balasubramanian authored
-
- Nov 27, 2024
-
-
Morten Linderud authored
* origin/merge-requests/390: README, CONTRIBUTING: document using meson .gitlab-ci.yml: adapt to meson Makefile: simplify for meson support udev/: add meson support tmpfiles/: add meson support test/: add meson support systemd/: add meson support shell/: add meson support mkinitcpio.d/: add meson support man/: add meson support libalpm/: add meson support kernel-install/: add meson support install/: add meson support hooks/: add meson support add top-level meson files
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
now that meson handles most tasks, the Makefile can be simplified to redirect people to the new commands. Leaving releng-related targets in-place.
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
classabbyamp authored
-
- Oct 23, 2024
-
-
Morten Linderud authored
* origin/merge-requests/411: functions: support uncompressed modules in find_module_from_symbol
-
Morten Linderud authored
* origin/merge-requests/410: install/block: include more low level drivers to fix pci/usb controllers
-
- Oct 21, 2024
-
-
Christian Heusel authored
Due to a change in kernel configuration my modules accidentially were uncompressed and I saw the following warning about a missing symbol when building an initramfs with mkinitcpio: $ mkinitcpio -p linux-mainline ==> Building image from preset: /etc/mkinitcpio.d/linux-mainline.preset: 'default' ==> Using default configuration file: '/etc/mkinitcpio.conf' -> -k /boot/vmlinuz-linux-mainline -g /boot/initramfs-linux-mainline.img ==> Starting build: '6.12.0-rc4-1-mainline' [...] -> Running build hook: [kms] ==> WARNING: No module containing the symbol 'drm_privacy_screen_register' found in: 'drivers/platform' [...] As this is something that is [also discussed][0] for Arch Linux and might be a configuration we might encounter in the wild it makes sense to add support for uncompressed modules to mkinitcpio. [0]: https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/RFHROTGAY7Y2HR265WBX4ZUQVIYQSHKQ/ Signed-off-by: Christian Heusel <christian@heusel.eu>
-
- Oct 14, 2024
-
-
Felix Yan authored
On certain RISC-V boards (and I think generally applied to more embedded devices), there are more low-level drivers that need to be present in the initrd for pci/usb buses to be initialized successfully. Fixes boot on JH7110-based boards (VisionFive v2 and Milk-V Mars), and maybe others that shows these errors: ``` [ 13.066149] /soc/pcie@2b000000: Failed to get clk index: 1 ret: -517 [ 13.066321] /soc/pcie@2c000000: Failed to get clk index: 1 ret: -517 [ 13.066386] platform 17020000.pinctrl: deferred probe pending: starfive-jh7110-aon-pinctrl: could not get reset [ 13.066401] platform 2b000000.pcie: deferred probe pending: pcie-starfive: failed to get pcie clocks [ 13.066412] platform 2c000000.pcie: deferred probe pending: pcie-starfive: failed to get pcie clocks ``` These three folders are 644K, 120K, 60K in size, shouldn't be too bad for the fallback initrd to be enabled generally.
-
- Oct 05, 2024
-
-
nl6720 authored
By cvlc12 * origin/merge-requests/409: update examples with 'microcode' See merge request archlinux/mkinitcpio/mkinitcpio!409
-
- Oct 03, 2024
-
-
cedric cvl authored
-
- Aug 12, 2024
-
-
Morten Linderud authored
* origin/merge-requests/407: shell: hide stderr from kver()
-
Morten Linderud authored
* origin/merge-requests/405: test/cases/zsh-completion: Sync Linux banner fix from bash-completion
-
- Aug 09, 2024
-
-
classabbyamp authored
it messes up the terminal if there are errors: bash $ mkinitcpio -k 6od: /boot/initramfs-6.1.101_1.img: Permission non accordée .1.101_1 - zsh $ mkinitcpio -k …od: /boot/initramfs-6.1.101_1.img: Permission non accordée /bmkinitcpio -k /boot/vmlinuz-6.1.101_1 /boot/vmlinuz-6.1.101_1 6.1.101_1
-
- Aug 08, 2024
-
- Aug 04, 2024
-
-
nl6720 authored
By cvlc12 * origin/merge-requests/404: Add tmpfiles.d/systemd.conf and systemd-tmpfiles-setup.service to systemd-based initramfs. See merge request archlinux/mkinitcpio/mkinitcpio!404
- Aug 02, 2024
-
-
cedric cvl authored
-
- Jul 09, 2024
-
-
Vladimir Stoiakin authored
-
- Jul 01, 2024
-
-
nl6720 authored
By Diego Viola * origin/merge-requests/403: Fix typos See merge request archlinux/mkinitcpio/mkinitcpio!403
-
- Jun 29, 2024
-
-
Diego Viola authored
Signed-off-by: Diego Viola <diego.viola@gmail.com>
-
- Jun 19, 2024
-
-
Morten Linderud authored
* origin/merge-requests/375: Add "--nopost" option to disable post hooks and use it for kernel-install.
-
Morten Linderud authored
* origin/merge-requests/402: Changelog for v39.2 missing on CHANGELOG
-